Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
xdg
shared-mime-info
Commits
5a5a3f7d
Commit
5a5a3f7d
authored
Mar 02, 2020
by
Bastien Nocera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
po: Add script to pull translations from Transifex
parent
80aab945
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
po/update_translations.sh
po/update_translations.sh
+16
-0
No files found.
po/update_translations.sh
0 → 100755
View file @
5a5a3f7d
#!/bin/sh
set
-e
if
[
!
-f
po/shared-mime-info.pot
]
;
then
echo
"Please generate “po/shared-mime-info.pot” before running this command"
exit
1
fi
if
[
!
-f
.tx/config
]
;
then
echo
"Please run this command from the root of the source directory"
exit
1
fi
tx pull
--all
--force
--skip
tx push
--source
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