From 9a84ab1cabb2b31730a08e0a218a053a257d2976 Mon Sep 17 00:00:00 2001 From: Peter Kraume Date: Tue, 25 Jun 2024 14:52:02 +0200 Subject: [PATCH] [TASK] Add Crowdin configuration file (#1488) Co-authored-by: Benjamin Kott --- .crowdin.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .crowdin.yml diff --git a/.crowdin.yml b/.crowdin.yml new file mode 100644 index 000000000..545cd6052 --- /dev/null +++ b/.crowdin.yml @@ -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%