diff options
author | Morris Jobke <hey@morrisjobke.de> | 2019-03-03 23:22:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-03 23:22:06 +0100 |
commit | 3b9ced22dcc0e6f06320d8ae76dca773f2b92fdf (patch) | |
tree | e4964214aff1b0c4453ee996e042b4f7234131cb | |
parent | 1cfa870821c92bdd6854171c8c073ed16529b6df (diff) | |
parent | a3447ed49a7cfea3eb59db5310535f12ac8aaa1e (diff) | |
download | nextcloud-server-3b9ced22dcc0e6f06320d8ae76dca773f2b92fdf.tar.gz nextcloud-server-3b9ced22dcc0e6f06320d8ae76dca773f2b92fdf.zip |
Merge pull request #14489 from nextcloud/fix/accessibility/l10n
Add accessibility translations
-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 |