diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-16 14:40:10 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-16 14:40:10 +0100 |
commit | 3503eb69f26120c458c0d8f644910f0d70070dc9 (patch) | |
tree | c0f266768b8ed34711ab35665078384403207e95 /l10n | |
parent | 6edd6e640b4916d58df8cc4b0eca89e43a2cbfdc (diff) | |
download | nextcloud-server-3503eb69f26120c458c0d8f644910f0d70070dc9.tar.gz nextcloud-server-3503eb69f26120c458c0d8f644910f0d70070dc9.zip |
Adding transifex to new core apps
Diffstat (limited to 'l10n')
-rw-r--r-- | l10n/.tx/config | 30 |
1 files changed, 30 insertions, 0 deletions
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 + |