mirror of
https://github.com/kikobar/mastodon.git
synced 2024-11-16 12:12:14 +00:00
Prevent translations from accidentally becoming completely different from source strings on Crowdin without translators noticing. (#17085)
This commit is contained in:
parent
a458b74c7e
commit
2e0d5753e3
|
@ -2,19 +2,13 @@ commit_message: '[ci skip]'
|
||||||
files:
|
files:
|
||||||
- source: /app/javascript/mastodon/locales/en.json
|
- source: /app/javascript/mastodon/locales/en.json
|
||||||
translation: /app/javascript/mastodon/locales/%two_letters_code%.json
|
translation: /app/javascript/mastodon/locales/%two_letters_code%.json
|
||||||
update_option: update_as_unapproved
|
|
||||||
- source: /config/locales/en.yml
|
- source: /config/locales/en.yml
|
||||||
translation: /config/locales/%two_letters_code%.yml
|
translation: /config/locales/%two_letters_code%.yml
|
||||||
update_option: update_as_unapproved
|
|
||||||
- source: /config/locales/simple_form.en.yml
|
- source: /config/locales/simple_form.en.yml
|
||||||
translation: /config/locales/simple_form.%two_letters_code%.yml
|
translation: /config/locales/simple_form.%two_letters_code%.yml
|
||||||
update_option: update_as_unapproved
|
|
||||||
- source: /config/locales/activerecord.en.yml
|
- source: /config/locales/activerecord.en.yml
|
||||||
translation: /config/locales/activerecord.%two_letters_code%.yml
|
translation: /config/locales/activerecord.%two_letters_code%.yml
|
||||||
update_option: update_as_unapproved
|
|
||||||
- source: /config/locales/devise.en.yml
|
- source: /config/locales/devise.en.yml
|
||||||
translation: /config/locales/devise.%two_letters_code%.yml
|
translation: /config/locales/devise.%two_letters_code%.yml
|
||||||
update_option: update_as_unapproved
|
|
||||||
- source: /config/locales/doorkeeper.en.yml
|
- source: /config/locales/doorkeeper.en.yml
|
||||||
translation: /config/locales/doorkeeper.%two_letters_code%.yml
|
translation: /config/locales/doorkeeper.%two_letters_code%.yml
|
||||||
update_option: update_as_unapproved
|
|
||||||
|
|
Loading…
Reference in a new issue