diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2019-03-03 19:49:44 +0100 |
---|---|---|
committer | Backportbot <backportbot-noreply@rullzer.com> | 2019-03-03 22:23:45 +0000 |
commit | 22ff4c566f896260f75a7eb63a3c926aa014330a (patch) | |
tree | 6f543a6d9a29dfcf450d2956858c38f4d4e2dd5d /.tx | |
parent | 1f3dfc494996e2702bc2f2127d1e845675d57be2 (diff) | |
download | nextcloud-server-22ff4c566f896260f75a7eb63a3c926aa014330a.tar.gz nextcloud-server-22ff4c566f896260f75a7eb63a3c926aa014330a.zip |
Add accessibility translations
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to '.tx')
-rw-r--r-- | .tx/config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.tx/config b/.tx/config index b24acaeb386..74455a3e507 100644 --- a/.tx/config +++ b/.tx/config @@ -127,3 +127,9 @@ file_filter = translationfiles/<lang>/workflowengine.po source_file = translationfiles/templates/workflowengine.pot source_lang = en type = PO + +[nextcloud.accessibility] +file_filter = translationfiles/<lang>/accessibility.po +source_file = translationfiles/templates/accessibility.pot +source_lang = en +type = PO |