authelia/crowdin.yml

13 lines
455 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:
2022-05-15 23:45:33 +00:00
# - source: /internal/server/locales/en/*
# translation: /internal/server/locales/%locale%/%original_file_name%
# skip_untranslated_strings: true
# skip_untranslated_files: true
2022-05-15 23:09:10 +00:00
- source: /internal/server/locales/en/*
translation: /internal/server/locales/%locale_with_underscore%/%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
...