From 70e0074e5c78fd2be02721c4df7971c11b567530 Mon Sep 17 00:00:00 2001
From: Morris Jobke <hey@morrisjobke.de>
Date: Tue, 27 Sep 2016 11:01:14 +0200
Subject: [PATCH] Add transifex config

---
 apps/dav/l10n/.gitkeep | 0
 l10n/.tx/config        | 6 ++++++
 2 files changed, 6 insertions(+)
 create mode 100644 apps/dav/l10n/.gitkeep

diff --git a/apps/dav/l10n/.gitkeep b/apps/dav/l10n/.gitkeep
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/l10n/.tx/config b/l10n/.tx/config
index 6f489f031d5..3554cf6954b 100644
--- a/l10n/.tx/config
+++ b/l10n/.tx/config
@@ -26,6 +26,12 @@ source_file = templates/lib.pot
 source_lang = en
 type = PO
 
+[nextcloud.dav]
+file_filter = <lang>/dav.po
+source_file = templates/dav.pot
+source_lang = en
+type = PO
+
 [nextcloud.files_encryption]
 file_filter = <lang>/encryption.po
 source_file = templates/encryption.pot
-- 
GitLab