From 10f1bd58c5efcd9ced80e1005e37d23c3b33beb5 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Mon, 27 Feb 2023 13:46:45 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20=E2=80=94=20Remove=20zanata=20st?= =?UTF-8?q?uff?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG | 1 + Makefile | 3 --- push-trad-to-zanata.sh | 11 ----------- 3 files changed, 1 insertion(+), 14 deletions(-) delete mode 100755 push-trad-to-zanata.sh diff --git a/CHANGELOG b/CHANGELOG index 4ad908e..ae57b11 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ Revision history for Lutim 0.13.0 ????-??-?? + - 🔥 — Remove zanata stuff 0.12.1 2020-10-08 - ⬆️ Update jQuery diff --git a/Makefile b/Makefile index 2697122..e4f1043 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/push-trad-to-zanata.sh b/push-trad-to-zanata.sh deleted file mode 100755 index df7f104..0000000 --- a/push-trad-to-zanata.sh +++ /dev/null @@ -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 -