Skip to content

Commit

Permalink
[skip ci] Config crowdin
Browse files Browse the repository at this point in the history
  • Loading branch information
JingMatrix committed Jul 24, 2024
1 parent 4666b13 commit 3ba23a2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,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'
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# LSPosed Framework

[![Build](https://img.shields.io/github/actions/workflow/status/JingMatrix/LSPosed/core.yml?branch=master&event=push&logo=github&label=Build)](https://github.com/JingMatrix/LSPosed/actions/workflows/core.yml?query=event%3Apush+branch%3Amaster+is%3Acompleted) [![Download](https://img.shields.io/github/v/release/JingMatrix/LSPosed?color=orange&logoColor=orange&label=Download&logo=DocuSign)](https://github.com/JingMatrix/LSPosed/releases/latest) [![Total](https://shields.io/github/downloads/JingMatrix/LSPosed/total?logo=Bookmeter&label=Counts&logoColor=yellow&color=yellow)](https://github.com/JingMatrix/LSPosed/releases)
[![Build](https://img.shields.io/github/actions/workflow/status/JingMatrix/LSPosed/core.yml?branch=master&event=push&logo=github&label=Build)](https://github.com/JingMatrix/LSPosed/actions/workflows/core.yml?query=event%3Apush+branch%3Amaster+is%3Acompleted) [![Crowdin](https://img.shields.io/badge/Localization-Crowdin-blueviolet?logo=Crowdin)](https://crowdin.com/project/lsposed_jingmatrix) [![Download](https://img.shields.io/github/v/release/JingMatrix/LSPosed?color=orange&logoColor=orange&label=Download&logo=DocuSign)](https://github.com/JingMatrix/LSPosed/releases/latest) [![Total](https://shields.io/github/downloads/JingMatrix/LSPosed/total?logo=Bookmeter&label=Counts&logoColor=yellow&color=yellow)](https://github.com/JingMatrix/LSPosed/releases)

## Introduction

Expand Down Expand Up @@ -49,9 +49,9 @@ We use our own module repository. We welcome developers to submit modules to our

Notice: These community groups don't accept any bug report, please use [Get help](#get-help) to report.

<!-- ## Translation Contributing -->
## Translation Contributing

<!-- You can contribute translation [here](https://lsposed.crowdin.com/lsposed). -->
You can contribute translation [here](https://crowdin.com/project/lsposed_jingmatrix).

## Credits

Expand Down
2 changes: 1 addition & 1 deletion crowdin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,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'
preserve_hierarchy: 1
files:
Expand Down

0 comments on commit 3ba23a2

Please sign in to comment.