Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
libfprint
fprintd
Commits
4ed46dea
Commit
4ed46dea
authored
Feb 05, 2020
by
Bastien Nocera
Browse files
build: Add script to update translations
parent
0724413e
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.transifex
View file @
4ed46dea
Updating translations
=====================
The update-transifex.sh script should be run regularly to both pull
translations from the Transifex service, and push new strings to translate.
Transifex.net Token Verification
================================
...
...
update-transifex.sh
0 → 100755
View file @
4ed46dea
#!/bin/sh
test
-f
.tx/config
||
exit
1
echo
Pulling translations from Transifex
tx
--root
`
dirname
$0
`
pull
--all
--force
--skip
echo
Pushing strings to Transifex
tx push
--source
Write
Preview
Supports
Markdown
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