From 9fe3022c93f4aff7b8da8cc11494fa6d68f11f78 Mon Sep 17 00:00:00 2001
From: Thomas Mueller <thomas.mueller@tmit.eu>
Date: Fri, 26 Apr 2013 09:59:00 +0200
Subject: [PATCH] adding resource type

---
 l10n/.tx/config | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/l10n/.tx/config b/l10n/.tx/config
index b6589d8112..70ec332856 100644
--- a/l10n/.tx/config
+++ b/l10n/.tx/config
@@ -5,16 +5,19 @@ host = https://www.transifex.net
 file_filter = <lang>/core.po
 source_file = templates/core.pot
 source_lang = en
+type = PO
 
 [owncloud.files]
 file_filter = <lang>/files.po
 source_file = templates/files.pot
 source_lang = en
+type = PO
 
 [owncloud.settings]
 file_filter = <lang>/settings.po
 source_file = templates/settings.pot
 source_lang = en
+type = PO
 
 [owncloud.lib]
 file_filter = <lang>/lib.po
-- 
GitLab