authelia/crowdin.yml

9 lines
257 B
YAML
Raw Normal View History

2022-05-15 23:09:10 +00:00
---
2022-05-15 23:45:33 +00:00
pull_request_title: "i18n: update translations"
2022-05-15 23:09:10 +00:00
files:
- source: /internal/server/locales/en/*
2022-05-16 00:54:31 +00:00
translation: /internal/server/locales/%two_letters_code%/%original_file_name%
2022-05-15 23:45:33 +00:00
skip_untranslated_strings: true
skip_untranslated_files: true
2022-05-15 23:09:10 +00:00
...