diff options
author | gunchleoc <fios@foramnagaidhlig.net> | 2021-12-01 19:03:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-01 19:03:35 +0100 |
commit | 2e0d5753e350aacbfc20dac21942439e5a178fac (patch) | |
tree | 7d349c754000b8db305d93e1833d331bd2479732 | |
parent | a458b74c7e73fcd55583823231dd8479a8d0b90d (diff) |
Prevent translations from accidentally becoming completely different from source strings on Crowdin without translators noticing. (#17085)
-rw-r--r-- | crowdin.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/crowdin.yml b/crowdin.yml index 88a24d621..6d84ab0a1 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -2,19 +2,13 @@ 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 |