summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-11-18 09:38:36 +1100
committerJesse Duffield <jessedduffield@gmail.com>2019-11-21 22:07:14 +1100
commit3c1322914518168374be02a78cee968cf1d13730 (patch)
treed31c1064a1101a6081db025328f39789fc3b74c4 /pkg/i18n
parentcea24c2cf98c48e187900041d9e3bbeb93596019 (diff)
add tags panel
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/english.go27
1 files changed, 27 insertions, 0 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 3dae1106b..e1f53d05b 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -885,6 +885,33 @@ func addEnglish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "editRemote",
Other: "edit remote",
+ }, &i18n.Message{
+ ID: "tagCommit",
+ Other: "tag commit",
+ }, &i18n.Message{
+ ID: "TagNameTitle",
+ Other: "Tag name:",
+ }, &i18n.Message{
+ ID: "deleteTag",
+ Other: "delete tag",
+ }, &i18n.Message{
+ ID: "DeleteTagTitle",
+ Other: "Delete tag",
+ }, &i18n.Message{
+ ID: "DeleteTagPrompt",
+ Other: "Are you sure you want to delete tag '{{.tagName}}'?",
+ }, &i18n.Message{
+ ID: "PushTagTitle",
+ Other: "remote to push tag '{{.tagName}}' to:",
+ }, &i18n.Message{
+ ID: "pushTags",
+ Other: "push tags",
+ }, &i18n.Message{
+ ID: "createTag",
+ Other: "create tag",
+ }, &i18n.Message{
+ ID: "CreateTagTitle",
+ Other: "Tag name:",
},
)
}