parent
abd7ae6254
commit
a393bcdcc6
|
|
@ -12,12 +12,12 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@main
|
||||||
|
|
||||||
- name: crowdin action
|
- name: crowdin action
|
||||||
uses: crowdin/github-action@master
|
uses: crowdin/github-action@master
|
||||||
with:
|
with:
|
||||||
upload_translations: false
|
upload_translations: true
|
||||||
download_translations: false
|
download_translations: false
|
||||||
upload_sources: true
|
upload_sources: true
|
||||||
config: 'crowdin.yml'
|
config: 'crowdin.yml'
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# LSPatch Framework
|
# LSPatch Framework
|
||||||
|
|
||||||
[](https://github.com/JingMatrix/LSPatch/actions/workflows/main.yml?query=event%3Apush+is%3Acompleted+branch%3Amaster) [](https://lsposed.crowdin.com/lspatch) [](https://github.com/JingMatrix/LSPatch/releases/latest) [](https://github.com/JingMatrix/LSPatch/releases)
|
[](https://github.com/JingMatrix/LSPatch/actions/workflows/main.yml?query=event%3Apush+is%3Acompleted+branch%3Amaster) [](https://crowdin.com/project/lspatch_jingmatrix) [](https://github.com/JingMatrix/LSPatch/releases/latest) [](https://github.com/JingMatrix/LSPatch/releases)
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
|
|
@ -29,7 +29,7 @@ Note: debug builds are only available in Github Actions
|
||||||
|
|
||||||
## Translation Contributing
|
## Translation Contributing
|
||||||
|
|
||||||
You can contribute translation [here](https://lsposed.crowdin.com/lspatch).
|
You can contribute translation [here](https://crowdin.com/project/lspatch_jingmatrix).
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
"project_id_env": "CROWDIN_PROJECT_ID"
|
"project_id_env": "CROWDIN_PROJECT_ID"
|
||||||
"api_token_env": "CROWDIN_API_TOKEN"
|
"api_token_env": "CROWDIN_API_TOKEN"
|
||||||
"base_path": "."
|
"base_path": "."
|
||||||
"base_url": "https://lsposed.crowdin.com/api/v2"
|
"base_url": "https://api.crowdin.com"
|
||||||
"pull_request_title": "[translation] Update translation from Crowdin"
|
"pull_request_title": "[translation] Update translation from Crowdin"
|
||||||
#
|
#
|
||||||
# Choose file structure in Crowdin
|
# Choose file structure in Crowdin
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue