mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-04-21 12:16:54 +02:00
add english translations to dutch/polish i18n files for translation later
This commit is contained in:
parent
0d3a193ab5
commit
471733fe03
@ -727,6 +727,12 @@ func addDutch(i18nObject *i18n.Bundle) error {
|
|||||||
}, &i18n.Message{
|
}, &i18n.Message{
|
||||||
ID: "CustomCommand",
|
ID: "CustomCommand",
|
||||||
Other: "Custom Command:",
|
Other: "Custom Command:",
|
||||||
|
}, &i18n.Message{
|
||||||
|
ID: "commitChangesWithoutHook",
|
||||||
|
Other: "commit changes without pre-commit hook",
|
||||||
|
}, &i18n.Message{
|
||||||
|
ID: "SkipHookPrefixNotConfigured",
|
||||||
|
Other: "You have not configured a commit message prefix for skipping hooks. Set `git.skipHookPrefix = 'WIP'` in your config",
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
@ -710,6 +710,12 @@ func addPolish(i18nObject *i18n.Bundle) error {
|
|||||||
}, &i18n.Message{
|
}, &i18n.Message{
|
||||||
ID: "CustomCommand",
|
ID: "CustomCommand",
|
||||||
Other: "Custom Command:",
|
Other: "Custom Command:",
|
||||||
|
}, &i18n.Message{
|
||||||
|
ID: "commitChangesWithoutHook",
|
||||||
|
Other: "commit changes without pre-commit hook",
|
||||||
|
}, &i18n.Message{
|
||||||
|
ID: "SkipHookPrefixNotConfigured",
|
||||||
|
Other: "You have not configured a commit message prefix for skipping hooks. Set `git.skipHookPrefix = 'WIP'` in your config",
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user