diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-06-13 22:23:20 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2019-06-13 22:23:20 +0200 |
commit | 60adda7e591c420469beeb3713f1dfa3bdba7e66 (patch) | |
tree | 1b619d39688418c5582d743e830aea71e66d5782 /crowdin.yml | |
parent | 80849812d2a03ff9da671a2204bacf0c85f6ab0d (diff) | |
parent | c9eeb2e832b5b36a86028bbec7a353c32be510a7 (diff) |
Merge branch 'master' into glitch-soc/merge-upstream
Diffstat (limited to 'crowdin.yml')
-rw-r--r-- | crowdin.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/crowdin.yml b/crowdin.yml index f60af46b2..f94417f2e 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,3 +1,20 @@ +commit_message: "[ci skip]" files: - source: /app/javascript/mastodon/locales/en.json translation: /app/javascript/mastodon/locales/%two_letters_code%.json + update_option: update_as_unapproved + - source: /config/locales/en.yml + translation: /config/locales/%two_letters_code%.yml + update_option: update_as_unapproved + - source: /config/locales/simple_form.en.yml + translation: /config/locales/simple_form.%two_letters_code%.yml + update_option: update_as_unapproved + - source: /config/locales/activerecord.en.yml + translation: /config/locales/activerecord.%two_letters_code%.yml + update_option: update_as_unapproved + - source: /config/locales/devise.en.yml + translation: /config/locales/devise.%two_letters_code%.yml + update_option: update_as_unapproved + - source: /config/locales/doorkeeper.en.yml + translation: /config/locales/doorkeeper.%two_letters_code%.yml + update_option: update_as_unapproved |