]> cat aescling's git repositories - mastodon.git/commitdiff
Prevent translations from accidentally becoming completely different from source...
authorgunchleoc <fios@foramnagaidhlig.net>
Wed, 1 Dec 2021 18:03:35 +0000 (19:03 +0100)
committerGitHub <noreply@github.com>
Wed, 1 Dec 2021 18:03:35 +0000 (19:03 +0100)
crowdin.yml

index 88a24d6211d50910a1568b3186540f5e5fc97689..6d84ab0a10c05039c9425a72a546bee2fefd3a12 100644 (file)
@@ -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