1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-13 05:29:16 +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:
Laurent Lalanne 2013-02-09 17:24:32 +01:00 committed by f5soh
parent b8a6358785
commit 518182ac0b

View File

@ -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) {