diff --git a/l10n/.tx/config b/.tx/config similarity index 80% rename from l10n/.tx/config rename to .tx/config index 992d71c..4743aae 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.user_saml] file_filter = /user_saml.po -source_file = templates/user_saml.pot +source_file = translationfiles/templates/user_saml.pot source_lang = en type = PO diff --git a/Makefile b/Makefile index c2d8ba3..3211bec 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=/.github \