diff options
author | Morris Jobke <hey@morrisjobke.de> | 2020-09-18 20:39:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-18 20:39:21 +0200 |
commit | 2895d26a9008ad04c1de31f98ef6006aac66bf4d (patch) | |
tree | a519086ff8673c72520a81d45fab8b898ac3c4af | |
parent | 2f08918edeef049191700b6f631ddeb59a85aae1 (diff) | |
parent | f850bec79d39b5f162b7c53f37a0c9fadd37a678 (diff) | |
download | nextcloud-server-2895d26a9008ad04c1de31f98ef6006aac66bf4d.tar.gz nextcloud-server-2895d26a9008ad04c1de31f98ef6006aac66bf4d.zip |
Merge pull request #22949 from nextcloud/enh/noid/transifex
Add transifex config for all new apps
-rw-r--r-- | .tx/config | 48 | ||||
-rw-r--r-- | apps/admin_audit/l10n/.gitkeep | 0 | ||||
-rw-r--r-- | apps/cloud_federation_api/l10n/.gitkeep | 0 | ||||
-rw-r--r-- | apps/contactsinteraction/l10n/.gitkeep | 0 | ||||
-rw-r--r-- | apps/dashboard/l10n/.gitkeep | 0 | ||||
-rw-r--r-- | apps/lookup_server_connector/l10n/.gitkeep | 0 | ||||
-rw-r--r-- | apps/provisioning_api/l10n/.gitkeep | 0 | ||||
-rw-r--r-- | apps/user_status/l10n/.gitkeep | 0 | ||||
-rw-r--r-- | apps/weather_status/l10n/.gitkeep | 0 |
9 files changed, 48 insertions, 0 deletions
diff --git a/.tx/config b/.tx/config index 74455a3e507..f2acd7c4fa5 100644 --- a/.tx/config +++ b/.tx/config @@ -133,3 +133,51 @@ file_filter = translationfiles/<lang>/accessibility.po source_file = translationfiles/templates/accessibility.pot source_lang = en type = PO + +[nextcloud.provisioning_api] +file_filter = translationfiles/<lang>/provisioning_api.po +source_file = translationfiles/templates/provisioning_api.pot +source_lang = en +type = PO + +[nextcloud.lookup_server_connector] +file_filter = translationfiles/<lang>/lookup_server_connector.po +source_file = translationfiles/templates/lookup_server_connector.pot +source_lang = en +type = PO + +[nextcloud.dashboard] +file_filter = translationfiles/<lang>/dashboard.po +source_file = translationfiles/templates/dashboard.pot +source_lang = en +type = PO + +[nextcloud.contactsinteraction] +file_filter = translationfiles/<lang>/contactsinteraction.po +source_file = translationfiles/templates/contactsinteraction.pot +source_lang = en +type = PO + +[nextcloud.cloud_federation_api] +file_filter = translationfiles/<lang>/cloud_federation_api.po +source_file = translationfiles/templates/cloud_federation_api.pot +source_lang = en +type = PO + +[nextcloud.admin_audit] +file_filter = translationfiles/<lang>/admin_audit.po +source_file = translationfiles/templates/admin_audit.pot +source_lang = en +type = PO + +[nextcloud.user_status] +file_filter = translationfiles/<lang>/user_status.po +source_file = translationfiles/templates/user_status.pot +source_lang = en +type = PO + +[nextcloud.weather_status] +file_filter = translationfiles/<lang>/weather_status.po +source_file = translationfiles/templates/weather_status.pot +source_lang = en +type = PO diff --git a/apps/admin_audit/l10n/.gitkeep b/apps/admin_audit/l10n/.gitkeep new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/apps/admin_audit/l10n/.gitkeep diff --git a/apps/cloud_federation_api/l10n/.gitkeep b/apps/cloud_federation_api/l10n/.gitkeep new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/apps/cloud_federation_api/l10n/.gitkeep diff --git a/apps/contactsinteraction/l10n/.gitkeep b/apps/contactsinteraction/l10n/.gitkeep new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/apps/contactsinteraction/l10n/.gitkeep diff --git a/apps/dashboard/l10n/.gitkeep b/apps/dashboard/l10n/.gitkeep new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/apps/dashboard/l10n/.gitkeep diff --git a/apps/lookup_server_connector/l10n/.gitkeep b/apps/lookup_server_connector/l10n/.gitkeep new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/apps/lookup_server_connector/l10n/.gitkeep diff --git a/apps/provisioning_api/l10n/.gitkeep b/apps/provisioning_api/l10n/.gitkeep new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/apps/provisioning_api/l10n/.gitkeep diff --git a/apps/user_status/l10n/.gitkeep b/apps/user_status/l10n/.gitkeep new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/apps/user_status/l10n/.gitkeep diff --git a/apps/weather_status/l10n/.gitkeep b/apps/weather_status/l10n/.gitkeep new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/apps/weather_status/l10n/.gitkeep |