authelia/crowdin.yml

9 lines
257 B
YAML

---
pull_request_title: "i18n: update translations"
files:
- source: /internal/server/locales/en/*
translation: /internal/server/locales/%two_letters_code%/%original_file_name%
skip_untranslated_strings: true
skip_untranslated_files: true
...