Skip to content

Commit

Permalink
Move docs crowdin file to root (#12484)
Browse files Browse the repository at this point in the history
* Rename crowdin yet again

* Attempt to fix base path

* Try root level
  • Loading branch information
hamishwillee authored Feb 20, 2025
1 parent 2e63f4f commit d185cea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/crowdin_download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: crowdin action
uses: crowdin/github-action@v2
with:
config: 'docs/crowdin.yml'
config: 'crowdin_docs.yml'
upload_sources: false
upload_translations: false
download_translations: true
Expand Down
6 changes: 3 additions & 3 deletions docs/crowdin.yml → crowdin_docs.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
"project_id_env": "CROWDIN_PROJECT_ID"
"api_token_env": "CROWDIN_PERSONAL_TOKEN"
"base_path": "../"
"base_path": "."

"preserve_hierarchy": true

"files": [
{
"source": "/docs/en/**/*.md",
"translation": "/docs/%two_letters_code%/**/%original_file_name%"
"source": "docs/en/**/*.md",
"translation": "docs/%two_letters_code%/**/%original_file_name%"
}
]

0 comments on commit d185cea

Please sign in to comment.