mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
Companion: Russian UI (#7180)
* Updated: Russian translation * Updated: Russian translation * Updated: Russian translation
This commit is contained in:
parent
b06e865141
commit
aa33b0c52a
3 changed files with 9224 additions and 6037 deletions
|
@ -123,7 +123,7 @@ configure_file(${COMPANION_SRC_DIRECTORY}/simulator.desktop.in ${CMAKE_CURRENT_B
|
|||
### Generate .qm files and assemble resource (qrc) file.
|
||||
|
||||
# available Companion translations (src/translations/*.ts)
|
||||
set(LANGUAGES cs de en es fi fr it pl sv zh_CN ja)
|
||||
set(LANGUAGES cs de en es fi fr it pl ru sv zh_CN ja)
|
||||
foreach(language ${LANGUAGES})
|
||||
list(APPEND companion_TS translations/companion_${language}.ts)
|
||||
endforeach(language)
|
||||
|
|
|
@ -45,7 +45,7 @@ QStringList const Translations::getAvailableTranslations()
|
|||
//<< "nl_NL"
|
||||
<< "pl_PL"
|
||||
//<< "pt_PT"
|
||||
//<< "ru_RU"
|
||||
<< "ru_RU"
|
||||
<< "sv_SE"
|
||||
<< "zh_CN"
|
||||
<< "ja_JP" ;
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue