- in Preferences the language names are in the native language
This commit is contained in:
@@ -11,6 +11,7 @@ CHANGELOG for FlatCAM beta
|
|||||||
|
|
||||||
- updated the Italian translation by Massimiliano Golfetto
|
- updated the Italian translation by Massimiliano Golfetto
|
||||||
- Turkish and Chinese small updates
|
- Turkish and Chinese small updates
|
||||||
|
- in Preferences the language names are in the native language
|
||||||
|
|
||||||
25.08.2021
|
25.08.2021
|
||||||
|
|
||||||
|
|||||||
@@ -23,16 +23,16 @@ if '_' not in builtins.__dict__:
|
|||||||
|
|
||||||
# ISO639-1 codes from here: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
|
# ISO639-1 codes from here: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
|
||||||
languages_dict = {
|
languages_dict = {
|
||||||
'zh': 'Chinese',
|
'zh': '简体中文',
|
||||||
'de': 'German',
|
'de': 'Deutsche',
|
||||||
'en': 'English',
|
'en': 'English',
|
||||||
'es': 'Spanish',
|
'es': 'Español',
|
||||||
'fr': 'French',
|
'fr': 'Français',
|
||||||
'it': 'Italian',
|
'it': 'Italiano',
|
||||||
'pt_BR': 'Brazilian Portuguese',
|
'pt_BR': 'Portugues do Brasil',
|
||||||
'ro': 'Romanian',
|
'ro': 'Română',
|
||||||
'ru': 'Russian',
|
'ru': 'Pусский',
|
||||||
'tr': 'Turkish',
|
'tr': 'Türk',
|
||||||
}
|
}
|
||||||
|
|
||||||
translations = {}
|
translations = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user