Compare commits
1 Commits
f9fa95ef9d
...
f8e765d599
Author | SHA1 | Date | |
---|---|---|---|
f8e765d599 |
@ -2,8 +2,8 @@ project_id_env: CROWDIN_PROJECT_ID
|
|||||||
api_token_env: CROWDIN_PERSONAL_TOKEN
|
api_token_env: CROWDIN_PERSONAL_TOKEN
|
||||||
|
|
||||||
files:
|
files:
|
||||||
- source: /androidApp/src/main/res/values/strings.xml
|
- source: ./androidApp/src/main/res/values/strings.xml
|
||||||
translation: /androidApp/src/main/res/values-%android_code%/%original_file_name%
|
translation: ./androidApp/src/main/res/values-%android_code%/%original_file_name%
|
||||||
translate_attributes: '0'
|
translate_attributes: '0'
|
||||||
content_segmentation: '0'
|
content_segmentation: '0'
|
||||||
preserve_hierarchy: true
|
preserve_hierarchy: true
|
||||||
|
@ -30,7 +30,7 @@ jobs:
|
|||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Check
|
- name: Check
|
||||||
run: cat ./androidApp/src/main/res/values/strings.xml
|
run: ls -la
|
||||||
- name: crowdin action
|
- name: crowdin action
|
||||||
uses: crowdin/github-action@v2
|
uses: crowdin/github-action@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user