Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-qt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-qt
Commits
96ee77b6
Commit
96ee77b6
authored
4 years ago
by
Ming Rui Zhang
Browse files
Options
Downloads
Patches
Plain Diff
misc: make initial translations copy valid
Change-Id: Iff8a624865f5ef4438b8fd7c418b1e052ecedd1b
parent
345da3d7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
copy-runtime-files.py
+4
-0
4 additions, 0 deletions
copy-runtime-files.py
with
4 additions
and
0 deletions
copy-runtime-files.py
+
4
−
0
View file @
96ee77b6
...
...
@@ -188,6 +188,8 @@ def release_and_copy_translations():
for
file
in
files
:
if
file
.
endswith
(
"
.ts
"
):
execute_cmd
(
lrelease
+
"
"
+
lrc_ts_path
+
os
.
sep
+
file
)
for
_
,
_
,
files
in
os
.
walk
(
lrc_ts_path
):
for
file
in
files
:
if
file
.
endswith
(
"
.qm
"
):
print
(
bcolors
.
OKBLUE
+
"
Copying translation file:
"
+
...
...
@@ -207,6 +209,8 @@ def release_and_copy_translations():
if
file
.
endswith
(
"
.ts
"
):
execute_cmd
(
lrelease
+
"
"
+
client_ts_path
+
os
.
sep
+
file
)
for
_
,
_
,
files
in
os
.
walk
(
client_ts_path
):
for
file
in
files
:
if
file
.
endswith
(
"
.qm
"
):
print
(
bcolors
.
OKBLUE
+
"
Copying translation file:
"
+
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment