From 3503eb69f26120c458c0d8f644910f0d70070dc9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20M=C3=BCller?= <thomas.mueller@tmit.eu>
Date: Tue, 16 Feb 2016 14:40:10 +0100
Subject: [PATCH] Adding transifex to new core apps

---
 apps/comments/l10n/.gitkeep             |  0
 apps/federatedfilesharing/l10n/.gitkeep |  0
 apps/federation/l10n/.gitkeep           |  0
 apps/systemtags/l10n/.gitkeep           |  0
 apps/updatenotification/l10n/.gitkeep   |  0
 l10n/.tx/config                         | 30 +++++++++++++++++++++++++
 6 files changed, 30 insertions(+)
 create mode 100644 apps/comments/l10n/.gitkeep
 create mode 100644 apps/federatedfilesharing/l10n/.gitkeep
 create mode 100644 apps/federation/l10n/.gitkeep
 create mode 100644 apps/systemtags/l10n/.gitkeep
 create mode 100644 apps/updatenotification/l10n/.gitkeep

diff --git a/apps/comments/l10n/.gitkeep b/apps/comments/l10n/.gitkeep
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/apps/federatedfilesharing/l10n/.gitkeep b/apps/federatedfilesharing/l10n/.gitkeep
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/apps/federation/l10n/.gitkeep b/apps/federation/l10n/.gitkeep
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/apps/systemtags/l10n/.gitkeep b/apps/systemtags/l10n/.gitkeep
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/apps/updatenotification/l10n/.gitkeep b/apps/updatenotification/l10n/.gitkeep
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/l10n/.tx/config b/l10n/.tx/config
index a91a236641e..acb2daec6c7 100644
--- a/l10n/.tx/config
+++ b/l10n/.tx/config
@@ -62,3 +62,33 @@ source_file = templates/user_ldap.pot
 source_lang = en
 type = PO
 
+[owncloud.comments]
+file_filter = <lang>/comments.po
+source_file = templates/comments.pot
+source_lang = en
+type = PO
+
+[owncloud.federatedfilesharing]
+file_filter = <lang>/federatedfilesharing.po
+source_file = templates/federatedfilesharing.pot
+source_lang = en
+type = PO
+
+[owncloud.federation]
+file_filter = <lang>/federation.po
+source_file = templates/federation.pot
+source_lang = en
+type = PO
+
+[owncloud.systemtags]
+file_filter = <lang>/systemtags.po
+source_file = templates/systemtags.pot
+source_lang = en
+type = PO
+
+[owncloud.updatenotification]
+file_filter = <lang>/updatenotification.po
+source_file = templates/updatenotification.pot
+source_lang = en
+type = PO
+
-- 
GitLab