locales/en.yml in lita-github-0.1.0 vs locales/en.yml in lita-github-0.1.1
- old
+ new
@@ -24,9 +24,12 @@
team_not_found: "Unable to match any teams based on: %{team}"
repo_create:
pass: "Created %{org}/%{repo}: %{repo_url}"
fail: "Unable to create %{org}/%{repo}"
exists: "Unable to create %{org}/%{repo} as it already exists"
+ repo_rename:
+ pass: "Renamed %{org}/%{old_repo} to %{org}/%{new_repo}"
+ fail: "Unable to rename %{org}/%{repo}"
repo_delete:
pass: "Deleted %{org}/%{repo}"
fail: "Unable to delete %{org}/%{repo}"
repo_info:
reply: "%{repo} (private:%{private}) :: %{url}\nDesc: %{description}\nIssues: %{issues_count} PRs: %{pr_count}"