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:
ReenigneArcher 2022-03-13 16:29:51 -04:00
commit a014391ae7
3 changed files with 19 additions and 2 deletions

View file

@ -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