chore(languages): add integration with transifex

This commit is contained in:
Ronan Abhamon 2018-02-05 15:24:27 +01:00
parent 8a84a26cfa
commit a4b9769b1e
4 changed files with 10 additions and 2 deletions

8
.tx/config Normal file
View file

@ -0,0 +1,8 @@
[main]
host = https://www.transifex.com
[linphone-desktop.ts]
file_filter = assets/languages/<lang>.ts
source_file = assets/languages/en.ts
source_lang = en
type = QT

View file

@ -260,7 +260,7 @@ set(QRC_RESOURCES resources.qrc)
set(LANGUAGES_DIRECTORY "${ASSETS_DIR}/languages")
set(I18N_FILENAME i18n.qrc)
set(LANGUAGES en fr)
set(LANGUAGES en fr_FR)
# ------------------------------------------------------------------------------

View file

@ -6,7 +6,7 @@
# See: https://bugreports.qt.io/browse/QTBUG-31860
#
# On October 17, 2016, this issue was marked `invalid` but it's a
# bullshit. It's not tolerated to remove sources files.
# bullshit. It's not tolerated to remove source files.
set_directory_properties(PROPERTIES CLEAN_NO_CUSTOM true)
# Build languages resource file.