Add crowdin nightly push (#7799)
* Update crowdin.yml to point to new enterprise endpoint * Update nightly crowdin action to push source strings to crowdin
This commit is contained in:
@@ -36,3 +36,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
commit_message: Nightly source-language update
|
commit_message: Nightly source-language update
|
||||||
file_pattern: ./src/locale/locales/en/messages.po
|
file_pattern: ./src/locale/locales/en/messages.po
|
||||||
|
- name: Push source lang to Crowdin
|
||||||
|
uses: crowdin/github-action@v2
|
||||||
|
with:
|
||||||
|
upload_sources: true
|
||||||
|
upload_translations: false
|
||||||
|
push_translations: false
|
||||||
|
push_sources: false
|
||||||
|
create_pull_request: false
|
||||||
|
env:
|
||||||
|
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
|
||||||
+2
-1
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"project_id": "664276",
|
"project_id": "1",
|
||||||
|
"base_url": "https://bluesky.api.crowdin.com",
|
||||||
"base_path": ".",
|
"base_path": ".",
|
||||||
"preserve_hierarchy": true,
|
"preserve_hierarchy": true,
|
||||||
"files": [
|
"files": [
|
||||||
|
|||||||
Reference in New Issue
Block a user