Skip to content

Commit

Permalink
[TASK] Add Crowdin configuration file (#1488)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Kott <benjamin.kott@outlook.com>
  • Loading branch information
peterkraume and benjaminkott authored Jun 25, 2024
1 parent 9ea91d3 commit 9a84ab1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .crowdin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
files:
- source: /Resources/Private/Language/Backend.xlf
translation: /Resources/Private/Language/%two_letters_code%.%original_file_name%
- source: /Resources/Private/Language/ExtConfTemplate.xlf
translation: /Resources/Private/Language/%two_letters_code%.%original_file_name%
- source: /Resources/Private/Language/FormGridColumn.xlf
translation: /Resources/Private/Language/%two_letters_code%.%original_file_name%
- source: /Resources/Private/Language/locallang*.xlf
translation: /Resources/Private/Language/%two_letters_code%.%original_file_name%

0 comments on commit 9a84ab1

Please sign in to comment.