mirror of
https://github.com/LSPosed/LSPosed.git
synced 2024-11-13 13:29:18 +00:00
16 lines
586 B
YAML
16 lines
586 B
YAML
project_id_env: CROWDIN_PROJECT_ID
|
|
api_token_env: CROWDIN_API_TOKEN
|
|
base_path: .
|
|
base_url: 'https://lsposed.crowdin.com/api/v2'
|
|
pull_request_title: '[translation] Update translation from Crowdin'
|
|
preserve_hierarchy: 1
|
|
files:
|
|
- source: /app/src/main/res/values/strings.xml
|
|
translation: /app/src/main/res/values-%two_letters_code%/%original_file_name%
|
|
type: android
|
|
dest: /app/strings.xml
|
|
- source: /daemon/src/main/res/values/strings.xml
|
|
translation: /daemon/src/main/res/values-%two_letters_code%/%original_file_name%
|
|
type: android
|
|
dest: /daemon/strings.xml
|