parent
803299ea24
commit
95f1bf5eaf
@ -1,8 +0,0 @@
|
||||
[main]
|
||||
host = https://www.transifex.com
|
||||
|
||||
[lxde-qt.lxqt-about_desktop]
|
||||
source_file = resources/lxqt-about.desktop.in
|
||||
source_lang = en
|
||||
file_filter = translations/lxqt-about_<lang>.desktop
|
||||
type = DESKTOP
|
@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
tx pull --all --force
|
@ -1,19 +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}
|
||||
grep '<message>' ${TS_FILE} || rm ${TS_FILE}
|
||||
|
||||
|
@ -1,4 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
./updateSrc.sh && tx push --source
|
||||
|
Loading…
Reference in new issue