Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.tx/config (renamed from l10n/.tx/config)2
-rw-r--r--Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/l10n/.tx/config b/.tx/config
index 992d71c8..4743aae6 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 = <lang>/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 c2d8ba33..3211bec3 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 \