From d950dea31bd4048d3ee7057b025e9bf25bc9c365 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 12 Feb 2018 17:51:15 +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 (79%) diff --git a/l10n/.tx/config b/.tx/config similarity index 79% rename from l10n/.tx/config rename to .tx/config index 5a679ef2..72526b9e 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.richdocuments] file_filter = /richdocuments.po -source_file = templates/richdocuments.pot +source_file = translationfiles/templates/richdocuments.pot source_lang = en type = PO diff --git a/Makefile b/Makefile index 38a6b585..642beea6 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ appstore: --exclude=composer.json \ --exclude=composer.lock \ --exclude=composer.phar \ - --exclude=l10n/.tx \ + --exclude=.tx \ --exclude=l10n/no-php \ --exclude=Makefile \ --exclude=nbproject \