Add a Github Action to send translations to Crowdin for each merge in main (#25869)
This commit is contained in:
parent
d184524233
commit
626a7b6a77
3 changed files with 116 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
|||
# 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue