-
Notifications
You must be signed in to change notification settings - Fork 2
merge #365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
merge #365
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
8363e86
security: replace hardcoded API token with environment variable
TrueBankai416 f0a6562
Add localized badge to README
TrueBankai416 63cc09e
refactor: update crowdin.yml to match Docusaurus official example
TrueBankai416 9c342aa
feat: add language mappings for multi-locale support
TrueBankai416 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,35 @@ | ||
| project_id: Bankai-Tech | ||
| api_token_env: 50570e99dc7d439e9f27df05676e5a235d645de5c5e9401091c385d464eaaf8377af21851d5f7cd1 | ||
| preserve_hierarchy: 1 | ||
| # Your Crowdin credentials | ||
| project_id: 'Bankai-Tech' | ||
| api_token_env: CROWDIN_PERSONAL_TOKEN | ||
|
|
||
| # Choose file structure in Crowdin | ||
| preserve_hierarchy: true | ||
|
|
||
| # Language mapping for locales that need special handling | ||
| languages_mapping: &languages_mapping | ||
| two_letters_code: | ||
| pt-BR: pt-BR | ||
| zh-CN: zh-CN | ||
| zh-TW: zh-TW | ||
|
|
||
| # MDX file type - use v1.2 parser for compatibility with Docusaurus | ||
| mdx_file_type: &mdx_file_type mdx_v1_2 | ||
|
|
||
| # Files configuration | ||
| files: | ||
| # JSON translation files (code.json, navbar.json, footer.json, etc.) | ||
| - source: /i18n/en/**/*.json | ||
| translation: /i18n/%two_letters_code%/**/%original_file_name% | ||
| - source: /docs/**/*.md | ||
| translation: /i18n/%two_letters_code%/docusaurus-plugin-content-docs/current/**/%original_file_name% | ||
| languages_mapping: *languages_mapping | ||
|
|
||
| # MDX files in docs | ||
| - source: /docs/**/*.mdx | ||
| translation: /i18n/%two_letters_code%/docusaurus-plugin-content-docs/current/**/%original_file_name% | ||
| languages_mapping: *languages_mapping | ||
| type: *mdx_file_type | ||
|
|
||
| # Markdown files in docs (ignore MDX files) | ||
| - source: /docs/**/* | ||
| translation: /i18n/%two_letters_code%/docusaurus-plugin-content-docs/current/**/%original_file_name% | ||
| languages_mapping: *languages_mapping | ||
| ignore: [/**/*.mdx] | ||
|
TrueBankai416 marked this conversation as resolved.
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.