DEV: Add configuration file for Crowdin

This commit is contained in:
Gerhard Schlager 2020-02-12 22:45:17 +01:00 committed by GitHub
parent efa9ba4975
commit 33728035c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

7
crowdin.yml Normal file
View File

@ -0,0 +1,7 @@
files:
- source: /**/config/locales/server.en.yml
translation: /%original_path%/server.%locale_with_underscore%.yml
- source: /**/config/locales/client.en.yml
translation: /%original_path%/client.%locale_with_underscore%.yml
- source: '/public/*[0-9].html'
translation: /%original_path%/%file_name%.%locale_with_underscore%.%file_extension%