mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
chore(languages): add integration with transifex
This commit is contained in:
parent
8a84a26cfa
commit
a4b9769b1e
4 changed files with 10 additions and 2 deletions
8
.tx/config
Normal file
8
.tx/config
Normal 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
|
||||
|
|
@ -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)
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue