From 4b7cc00240e8f6d6b274432dac5dda734bb8c0ae Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 12 Feb 2018 17:13:27 +0100 Subject: [PATCH] Move transifex config for updated l10n script See nextcloud/docker-ci#78 for details Signed-off-by: Morris Jobke --- {l10n/.tx => .tx}/config | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename {l10n/.tx => .tx}/config (80%) diff --git a/l10n/.tx/config b/.tx/config similarity index 80% rename from l10n/.tx/config rename to .tx/config index 97ee097a..657be770 100644 --- a/l10n/.tx/config +++ b/.tx/config @@ -4,6 +4,6 @@ lang_map = bg_BG: bg, cs_CZ: cs, fi_FI: fi, hu_HU: hu, nb_NO: nb, sk_SK: sk, th_ [nextcloud.external] file_filter = /external.po -source_file = templates/external.pot +source_file = translationfiles/templates/external.pot source_lang = en type = PO diff --git a/Makefile b/Makefile index 615cc9eb..f1ca8cc3 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ appstore: clean --exclude=/build \ --exclude=/docs \ --exclude=/l10n/templates \ - --exclude=/l10n/.tx \ + --exclude=/.tx \ --exclude=/tests \ --exclude=/.git \ --exclude=/screenshots \