summaryrefslogtreecommitdiff
path: root/po/update_translations.sh
blob: 2438b2232aae8e6a6a8fdf157ebdf1d2fe6515a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/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 [ data/freedesktop.org.xml.in -nt po/shared-mime-info.pot ] ; then
	echo "Please update “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

# NOTE: tx should be installed from https://github.com/transifex/cli
# The older transifex-client project (in python) is outdated and rejected by the server

tx pull --all --force --skip
tx push --source