mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-14 06:29:18 +01:00
For now all languages files (*.pm) are build and included in release package.
Outdated translations are commented and not included in package. Allow to remove <OverrideLanguage>C</OverrideLanguage> line in default config files loaded on first GCS start and language is set to OS Lang if found in translations directory.
This commit is contained in:
parent
b8a6358785
commit
518182ac0b
@ -1,6 +1,9 @@
|
||||
include(../../../openpilotgcs.pri)
|
||||
|
||||
LANGUAGES = de es fr ru zh_CN
|
||||
# Commented languages with outdated translations
|
||||
# Allow removing the 'C' language in default config files at first start.
|
||||
# Need to be uncommented for update in all languages files (make ts)
|
||||
LANGUAGES = fr # de es ru zh_CN
|
||||
|
||||
# var, prepend, append
|
||||
defineReplace(prependAll) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user