drop remaining .tx directory

ubuntu/cosmic
Alf Gaida 9 years ago committed by Andrew Lee (李健秋)
parent 48319dc801
commit 0c2ebf4781

1
.gitignore vendored

@ -21,3 +21,4 @@ CMakeLists.txt.user*
/build
nbproject/
/test
/.tx

@ -1,15 +0,0 @@
[main]
host = https://www.transifex.com
[lxde-qt.liblxqt]
file_filter = translations/liblxqt_<lang>.ts
source_file = translations/source.ts
source_lang = en
type = QT
#[flacon.About_Translators]
#source_file = translations/src.translators.info
#source_lang = en
#file_filter = translations/translators_<lang>.info
#type = MOZILLAPROPERTIES

@ -1,3 +0,0 @@
#!/bin/sh
tx pull --all --force

@ -1,17 +0,0 @@
#!/bin/sh
LUPDATE_OPTIONS="-noobsolete"
LUPDATE_OPTIONS="${LUPDATE_OPTIONS} -locations none "
TS_FILE="../translations/source.ts"
LUPDATE=$(which lupdate-qt4 2>/dev/null)
[ -z "${LUPDATE}" ] && LUPDATE=$(which lupdate 2>/dev/null)
if [ -z "${LUPDATE}" ]; then
echo "The lupdate program not found."
exit 1;
fi
${LUPDATE} ${LUPDATE_OPTIONS} .. -ts ${TS_FILE}

@ -1,4 +0,0 @@
#!/bin/sh
./updateSrc.sh && tx push --source
Loading…
Cancel
Save