Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
d26978dd
Unverified
Commit
d26978dd
authored
Aug 24, 2020
by
Don Gagne
Committed by
GitHub
Aug 24, 2020
Browse files
Merge pull request #9025 from DonLakeFlyer/AzerbaijaniLanguage
Add Azerbaijani language
parents
d40f7c17
d7b73580
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/QGCApplication.cc
View file @
d26978dd
...
...
@@ -449,6 +449,9 @@ void QGCApplication::setLanguage()
case
19
:
_locale
=
QLocale
(
QLocale
::
Turkish
);
break
;
case
20
:
_locale
=
QLocale
(
QLocale
::
Azerbaijani
);
break
;
}
}
//-- We have specific fonts for Korean
...
...
src/Settings/App.SettingsGroup.json
View file @
d26978dd
...
...
@@ -249,8 +249,8 @@
"name"
:
"language"
,
"shortDesc"
:
"Language"
,
"type"
:
"uint32"
,
"enumStrings"
:
"System,български (Bulgarian),中文 (Chinese),Nederlands (Dutch),English,Suomi (Finnish),Français (French),Deutsche (German),Ελληνικά (Greek), עברית (Hebrew),Italiano (Italian),日本人 (Japanese),한국어 (Korean),Norsk (Norwegian),Polskie (Polish),Português (Portuguese),Pусский (Russian),Español (Spanish),Svenska (Swedish),Türk (Turkish)"
,
"enumValues"
:
"0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19"
,
"enumStrings"
:
"System,български (Bulgarian),中文 (Chinese),Nederlands (Dutch),English,Suomi (Finnish),Français (French),Deutsche (German),Ελληνικά (Greek), עברית (Hebrew),Italiano (Italian),日本人 (Japanese),한국어 (Korean),Norsk (Norwegian),Polskie (Polish),Português (Portuguese),Pусский (Russian),Español (Spanish),Svenska (Swedish),Türk (Turkish)
,Azerbaijani (Azerbaijani)
"
,
"enumValues"
:
"0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19
,20
"
,
"default"
:
0
},
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment