From 1276a717c243d8a1b847771cbd1ba43b3bc4462b Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Tue, 2 Aug 2022 19:21:22 +0200 Subject: [PATCH] Update Crowdin configuration --- crowdin.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/crowdin.yml b/crowdin.yml index 4cc48fc1..0f33bcb0 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1 +1,13 @@ -files: [] \ No newline at end of file +files: + - source: /config/locales/activerecord.en.yml + translation: /config/locales/activerecord.%two_letters_code%.yml + - source: /config/locales/controllers.en.yml + translation: /config/locales/controllers.%two_letters_code%.yml + - source: /config/locales/errors.en.yml + translation: /config/locales/errors.%two_letters_code%.yml + - source: /config/locales/frontend.en.yml + translation: /config/locales/frontend.%two_letters_code%.yml + - source: /config/locales/views.en.yml + translation: /config/locales/views.%two_letters_code%.yml + - source: /config/locales/voc.en.yml + translation: /config/locales/voc.%two_letters_code%.yml