Commit a4b9769b authored by Ronan Abhamon's avatar Ronan Abhamon

chore(languages): add integration with transifex

parent 8a84a26c
[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
...@@ -260,7 +260,7 @@ set(QRC_RESOURCES resources.qrc) ...@@ -260,7 +260,7 @@ set(QRC_RESOURCES resources.qrc)
set(LANGUAGES_DIRECTORY "${ASSETS_DIR}/languages") set(LANGUAGES_DIRECTORY "${ASSETS_DIR}/languages")
set(I18N_FILENAME i18n.qrc) set(I18N_FILENAME i18n.qrc)
set(LANGUAGES en fr) set(LANGUAGES en fr_FR)
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# See: https://bugreports.qt.io/browse/QTBUG-31860 # See: https://bugreports.qt.io/browse/QTBUG-31860
# #
# On October 17, 2016, this issue was marked `invalid` but it's a # 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) set_directory_properties(PROPERTIES CLEAN_NO_CUSTOM true)
# Build languages resource file. # Build languages resource file.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment