Skip to content

Commit

Permalink
Crowdin
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Feb 11, 2025
1 parent f8344d4 commit e605cc2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/crowdin-upload-guidebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,4 @@ jobs:
upload_language: en_us
upload_sources_args: '--delete-obsolete'
env:
CROWDIN_PROJECT_ID: 1
CROWDIN_BASE_URL: https://appliedenergistics.crowdin.com
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_TOKEN }}
CROWDIN_TOKEN: ${{ secrets.CROWDIN_TOKEN }}
10 changes: 6 additions & 4 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@

preserve_hierarchy: true
base_path: guidebook
project_id: "1"
base_url: https://appliedenergistics.crowdin.com
api_token_env: CROWDIN_TOKEN

files:
- source: "**/*.md"
translation: "%locale_with_underscore%/%original_path%"
- source: "guidebook/**/*.md"
translation: "guidebook/%locale_with_underscore%/%original_path%"
ignore:
- "/**/%locale_with_underscore%/**/*"
- "**/%locale_with_underscore%/**/*"
type: mdx_v2

0 comments on commit e605cc2

Please sign in to comment.