🔥 — Remove zanata stuff

This commit is contained in:
Luc Didry
2023-02-27 13:46:45 +01:00
parent e7d87dac3c
commit 10f1bd58c5
3 changed files with 1 additions and 14 deletions
+1
View File
@@ -1,6 +1,7 @@
Revision history for Lutim
0.13.0 ????-??-??
- 🔥 — Remove zanata stuff
0.12.1 2020-10-08
- ⬆️ Update jQuery
-3
View File
@@ -19,9 +19,6 @@ locales:
$(XGETTEXT) $(EXTRACTDIR) -o $(POT) 2>/dev/null
$(XGETTEXT) $(EXTRACTDIR) -o $(ENPO) 2>/dev/null
stats-locales:
wlc stats
podcheck:
podchecker lib/Lutim/DB/Image.pm
-11
View File
@@ -1,11 +0,0 @@
#!/bin/bash
FILE=$1
if [[ ! -e themes/default/lib/Lutim/I18N/$FILE.po ]]
then
echo "themes/default/lib/Lutim/I18N/$FILE.po does not exist. Exiting."
exit 1
else
LOCALE=$(echo $FILE | sed -e "s@_@-@g")
zanata-cli -q -B push --push-type trans -l $LOCALE
fi