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 \