~cytrogen/masto-fe

ref: 355e3fb5296ffd433fb484ba7e183ddd97144c78 masto-fe/crowdin.yml -rw-r--r-- 870 bytes
355e3fb5 — Claire Simplify `Account.by_recent_status` and `Account.by_recent_sign_in` scopes (#26840) 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# This is needed for the Github Action
project_id_env: CROWDIN_PROJECT_ID
api_token_env: CROWDIN_PERSONAL_TOKEN

skip_untranslated_strings: 1
commit_message: '[ci skip]'
preserve_hierarchy: true
files:
  - source: /app/javascript/mastodon/locales/en.json
    translation: /app/javascript/mastodon/locales/%two_letters_code%.json
  - source: /config/locales/en.yml
    translation: /config/locales/%two_letters_code%.yml
  - source: /config/locales/simple_form.en.yml
    translation: /config/locales/simple_form.%two_letters_code%.yml
  - source: /config/locales/activerecord.en.yml
    translation: /config/locales/activerecord.%two_letters_code%.yml
  - source: /config/locales/devise.en.yml
    translation: /config/locales/devise.%two_letters_code%.yml
  - source: /config/locales/doorkeeper.en.yml
    translation: /config/locales/doorkeeper.%two_letters_code%.yml