Update for Crowdin Integration
- Rename extracted template file to `sunshine.po` - Add `crowdin.yml` - Remove `--init` and `--update` from `localize.yml` - Crowdin will initialize new languages and update existing ones
This commit is contained in:
parent
84584c950b
commit
a014391ae7
3 changed files with 19 additions and 2 deletions
2
.github/workflows/localize.yml
vendored
2
.github/workflows/localize.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
|
||||
- name: Update Strings
|
||||
run: |
|
||||
python ./scripts/_locale.py --extract --init --update
|
||||
python ./scripts/_locale.py --extract
|
||||
|
||||
- name: GitHub Commit & Push # push changes back into nightly
|
||||
uses: actions-js/push@v1.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue