mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
Remove non-English translation sets, read them from JSON instead
This commit is contained in:
parent
b34de70c99
commit
98e5fd70fb
14 changed files with 100 additions and 4406 deletions
|
@ -51,7 +51,10 @@ func GetKeybindingsDir() string {
|
|||
}
|
||||
|
||||
func generateAtDir(cheatsheetDir string) {
|
||||
translationSetsByLang := i18n.GetTranslationSets()
|
||||
translationSetsByLang, err := i18n.GetTranslationSets()
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
mConfig := config.NewDummyAppConfig()
|
||||
|
||||
for lang := range translationSetsByLang {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue