Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linphone-desktop
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
linphone-desktop
Commits
a4b9769b
Commit
a4b9769b
authored
Feb 05, 2018
by
Ronan Abhamon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(languages): add integration with transifex
parent
8a84a26c
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
2 deletions
+10
-2
config
.tx/config
+8
-0
CMakeLists.txt
CMakeLists.txt
+1
-1
CMakeLists.txt
assets/languages/CMakeLists.txt
+1
-1
fr_FR.ts
assets/languages/fr_FR.ts
+0
-0
No files found.
.tx/config
0 → 100644
View file @
a4b9769b
[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
CMakeLists.txt
View file @
a4b9769b
...
...
@@ -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
)
# ------------------------------------------------------------------------------
...
...
assets/languages/CMakeLists.txt
View file @
a4b9769b
...
...
@@ -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 source
s
files.
# bullshit. It's not tolerated to remove source files.
set_directory_properties
(
PROPERTIES CLEAN_NO_CUSTOM true
)
# Build languages resource file.
...
...
assets/languages/fr.ts
→
assets/languages/fr
_FR
.ts
View file @
a4b9769b
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment