diff options
-rw-r--r-- | apps/comments/l10n/.gitkeep | 0 | ||||
-rw-r--r-- | apps/federatedfilesharing/l10n/.gitkeep | 0 | ||||
-rw-r--r-- | apps/federation/l10n/.gitkeep | 0 | ||||
-rw-r--r-- | apps/systemtags/l10n/.gitkeep | 0 | ||||
-rw-r--r-- | apps/updatenotification/l10n/.gitkeep | 0 | ||||
-rw-r--r-- | l10n/.tx/config | 30 |
6 files changed, 30 insertions, 0 deletions
diff --git a/apps/comments/l10n/.gitkeep b/apps/comments/l10n/.gitkeep new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/apps/comments/l10n/.gitkeep diff --git a/apps/federatedfilesharing/l10n/.gitkeep b/apps/federatedfilesharing/l10n/.gitkeep new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/apps/federatedfilesharing/l10n/.gitkeep diff --git a/apps/federation/l10n/.gitkeep b/apps/federation/l10n/.gitkeep new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/apps/federation/l10n/.gitkeep diff --git a/apps/systemtags/l10n/.gitkeep b/apps/systemtags/l10n/.gitkeep new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/apps/systemtags/l10n/.gitkeep diff --git a/apps/updatenotification/l10n/.gitkeep b/apps/updatenotification/l10n/.gitkeep new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/apps/updatenotification/l10n/.gitkeep 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 + |