From e79981936f0ddf7945194741fcb92f80b5da0708 Mon Sep 17 00:00:00 2001 From: Claire Date: Wed, 21 Dec 2022 22:13:22 +0100 Subject: [PATCH] Add crowdin configuration file (#2030) --- crowdin-glitch.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 crowdin-glitch.yml diff --git a/crowdin-glitch.yml b/crowdin-glitch.yml new file mode 100644 index 0000000000..14b559c8f0 --- /dev/null +++ b/crowdin-glitch.yml @@ -0,0 +1,8 @@ +commit_message: '[ci skip]' +files: + - source: /app/javascript/flavours/glitch/locales/en.json + translation: /app/javascript/flavours/glitch/locales/%two_letters_code%.json + - source: /config/locales-glitch/en.yml + translation: /config/locales-glitch/%two_letters_code%.yml + - source: /config/locales-glitch/simple_form.en.yml + translation: /config/locales-glitch/simple_form.%two_letters_code%.yml