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 \