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