mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +00:00
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:
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
|
||||
|
||||
Reference in New Issue
Block a user