Prettier the yamls too
This commit is contained in:
parent
183610c000
commit
d3dca2e7a9
4 changed files with 35 additions and 33 deletions
3
.github/.prettierrc.json
vendored
Normal file
3
.github/.prettierrc.json
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"tabWidth": 4
|
||||
}
|
60
.github/workflows/l18n-crowdin.yml
vendored
60
.github/workflows/l18n-crowdin.yml
vendored
|
@ -1,37 +1,37 @@
|
|||
name: Sync crowdin translation
|
||||
|
||||
on:
|
||||
push:
|
||||
paths: # run action automatically when en/translation.json file is changed
|
||||
- 'apps/photos/public/locales/en/translation.json'
|
||||
branches: [ main ]
|
||||
schedule:
|
||||
- cron: '0 */24 * * *' # Every 24 hours - https://crontab.guru/#0_*/12_*_*_*
|
||||
workflow_dispatch: # for manually running the action
|
||||
push:
|
||||
paths: # run action automatically when en/translation.json file is changed
|
||||
- "apps/photos/public/locales/en/translation.json"
|
||||
branches: [main]
|
||||
schedule:
|
||||
- cron: "0 */24 * * *" # Every 24 hours - https://crontab.guru/#0_*/12_*_*_*
|
||||
workflow_dispatch: # for manually running the action
|
||||
|
||||
jobs:
|
||||
synchronize-with-crowdin:
|
||||
runs-on: ubuntu-latest
|
||||
synchronize-with-crowdin:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: main
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: main
|
||||
|
||||
- name: crowdin action
|
||||
uses: crowdin/github-action@v1
|
||||
with:
|
||||
upload_sources: true
|
||||
upload_translations: true
|
||||
download_translations: true
|
||||
localization_branch_name: l10n_translations
|
||||
create_pull_request: true
|
||||
skip_untranslated_strings: true
|
||||
pull_request_title: 'New Translations'
|
||||
pull_request_body: 'New translations via [Crowdin GH Action](https://github.com/crowdin/github-action)'
|
||||
pull_request_base_branch_name: 'main'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
|
||||
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
|
||||
- name: crowdin action
|
||||
uses: crowdin/github-action@v1
|
||||
with:
|
||||
upload_sources: true
|
||||
upload_translations: true
|
||||
download_translations: true
|
||||
localization_branch_name: l10n_translations
|
||||
create_pull_request: true
|
||||
skip_untranslated_strings: true
|
||||
pull_request_title: "New Translations"
|
||||
pull_request_body: "New translations via [Crowdin GH Action](https://github.com/crowdin/github-action)"
|
||||
pull_request_base_branch_name: "main"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
|
||||
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
thirdparty/
|
||||
public/
|
||||
*.md
|
||||
*.yml
|
||||
|
|
|
@ -2,5 +2,5 @@ project_id_env: CROWDIN_PROJECT_ID
|
|||
api_token_env: CROWDIN_PERSONAL_TOKEN
|
||||
|
||||
files:
|
||||
- source: /apps/photos/public/locales/en/translation.json
|
||||
translation: /apps/photos/public/locales/%two_letters_code%/translation.json
|
||||
- source: /apps/photos/public/locales/en/translation.json
|
||||
translation: /apps/photos/public/locales/%two_letters_code%/translation.json
|
||||
|
|
Loading…
Add table
Reference in a new issue