diff --git a/.gitignore b/.gitignore index c7de544..b941332 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ CMakeLists.txt.user* /build nbproject/ /test +/.tx diff --git a/.tx/config b/.tx/config deleted file mode 100644 index f156de9..0000000 --- a/.tx/config +++ /dev/null @@ -1,15 +0,0 @@ -[main] -host = https://www.transifex.com - -[lxde-qt.liblxqt] -file_filter = translations/liblxqt_.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_.info -#type = MOZILLAPROPERTIES - diff --git a/.tx/download.sh b/.tx/download.sh deleted file mode 100755 index b8139b2..0000000 --- a/.tx/download.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -tx pull --all --force diff --git a/.tx/updateSrc.sh b/.tx/updateSrc.sh deleted file mode 100755 index 9f51581..0000000 --- a/.tx/updateSrc.sh +++ /dev/null @@ -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} - diff --git a/.tx/upload.sh b/.tx/upload.sh deleted file mode 100755 index 4a96776..0000000 --- a/.tx/upload.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -./updateSrc.sh && tx push --source -