From 8a74ab88d85c4d96e2ae998a258a40e7ce716a34 Mon Sep 17 00:00:00 2001
From: Morris Jobke <hey@morrisjobke.de>
Date: Thu, 9 Feb 2017 19:53:32 -0600
Subject: [PATCH] add transifex config for sharebymail

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
---
 apps/sharebymail/l10n/.gitkeep | 0
 l10n/.tx/config                | 6 ++++++
 2 files changed, 6 insertions(+)
 create mode 100644 apps/sharebymail/l10n/.gitkeep

diff --git a/apps/sharebymail/l10n/.gitkeep b/apps/sharebymail/l10n/.gitkeep
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/l10n/.tx/config b/l10n/.tx/config
index 3554cf6954b..3368c3e7097 100644
--- a/l10n/.tx/config
+++ b/l10n/.tx/config
@@ -86,6 +86,12 @@ source_file = templates/federation.pot
 source_lang = en
 type = PO
 
+[nextcloud.sharebymail]
+file_filter = <lang>/sharebymail.po
+source_file = templates/sharebymail.pot
+source_lang = en
+type = PO
+
 [nextcloud.systemtags]
 file_filter = <lang>/systemtags.po
 source_file = templates/systemtags.pot
-- 
GitLab