Skip to content

Commit

Permalink
Prevent translations from accidentally becoming completely different …
Browse files Browse the repository at this point in the history
…from source strings on Crowdin without translators noticing. (mastodon#17085)
  • Loading branch information
gunchleoc authored Dec 1, 2021
1 parent a458b74 commit 2e0d575
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2e0d575

Please sign in to comment.