1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-04-13 11:50:28 +02:00

Added extra translations

This commit is contained in:
mjarkk 2018-10-20 16:25:48 +02:00
parent 4451cbc50b
commit 1a43d64de3
3 changed files with 19 additions and 1 deletions

View File

@ -30,7 +30,13 @@ func addDutch(i18nObject *i18n.Bundle) error {
Other: "Stash",
}, &i18n.Message{
ID: "CommitMessage",
Other: "Commit Bericht",
Other: "Commit bericht",
}, &i18n.Message{
ID: "PushUsername",
Other: "Gebruikers naam",
}, &i18n.Message{
ID: "PushPassword",
Other: "Wachtwoord",
}, &i18n.Message{
ID: "CommitChanges",
Other: "Commit Veranderingen",

View File

@ -39,6 +39,12 @@ func addEnglish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "CommitMessage",
Other: "Commit message",
}, &i18n.Message{
ID: "PushUsername",
Other: "Username",
}, &i18n.Message{
ID: "PushPassword",
Other: "Password",
}, &i18n.Message{
ID: "CommitChanges",
Other: "commit changes",

View File

@ -29,6 +29,12 @@ func addPolish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "CommitMessage",
Other: "Wiadomość commita",
}, &i18n.Message{
ID: "PushUsername",
Other: "Username",
}, &i18n.Message{
ID: "PushPassword",
Other: "Password",
}, &i18n.Message{
ID: "CommitChanges",
Other: "commituj zmiany",