Merge branch 'master' of github.com:kk7ds/chirp

This commit is contained in:
Dan Smith 2022-08-07 09:57:18 -07:00
commit 2cc1e7c253
2 changed files with 2 additions and 1 deletions

View File

@ -1758,7 +1758,7 @@ of file.
def do_change_language(self):
langs = ["Auto", "English", "Polish", "Italian", "Dutch", "German",
"Hungarian", "Russian", "Portuguese (BR)", "French",
"Spanish", 'Chinese (Simplified)']
"Spanish", 'Chinese (Simplified)', 'Ukrainian']
d = inputdialog.ChoiceDialog(langs, parent=self,
title="Choose Language")
d.label.set_text(_("Choose a language or Auto to use the "

1
chirpw
View File

@ -55,6 +55,7 @@ if manual_language and manual_language != "Auto":
"French": "fr",
"Spanish": "es_ES",
"Chinese (Simplified)": "zh_CN",
'Ukrainian': "uk_UA",
}
try:
LOG.info("Language: %s", lang_codes[manual_language])