mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-01-03 14:00:16 +01:00
9 lines
183 B
Bash
Executable file
9 lines
183 B
Bash
Executable file
#!/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
|