diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2019-03-03 19:49:44 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2019-03-03 19:49:44 +0100 |
commit | a3447ed49a7cfea3eb59db5310535f12ac8aaa1e (patch) | |
tree | e4964214aff1b0c4453ee996e042b4f7234131cb /.tx/config | |
parent | 1cfa870821c92bdd6854171c8c073ed16529b6df (diff) | |
download | nextcloud-server-a3447ed49a7cfea3eb59db5310535f12ac8aaa1e.tar.gz nextcloud-server-a3447ed49a7cfea3eb59db5310535f12ac8aaa1e.zip |
Add accessibility translations
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to '.tx/config')
-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 |