diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-12-21 22:13:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-21 22:13:22 +0100 |
commit | e79981936f0ddf7945194741fcb92f80b5da0708 (patch) | |
tree | 7d9469acd2061845f5838104e3d19306db49949b | |
parent | a5e446a4a0bf567e2c293cb68f84ca141f527a21 (diff) |
Add crowdin configuration file (#2030)
-rw-r--r-- | crowdin-glitch.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/crowdin-glitch.yml b/crowdin-glitch.yml new file mode 100644 index 000000000..14b559c8f --- /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 |