Skip to content

feat: add Vietnamese translator #661

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

gs4lthung
Copy link

No description provided.

@gs4lthung gs4lthung requested a review from mr-cheffy June 5, 2025 13:07
Copy link
Member

@taroj1205 taroj1205 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please run pnpm i -D @cspell/dict-vi-vn and install cspell plugin, and add it to cspell.json.

"language": "en,es,vi",

Please also highlight a word in hero section for your translation where appropriate like English or Japanese.

Please also translate Workspaces etc in features section.

Comment on lines 9 to 11
{ label: '日本語', value: 'ja', ui: UI_JA, intl: 'ja-JP' },
{label:'Tiếng Việt', value: 'vi', ui: UI_EN, intl: 'vi-VN' },
],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change to use UI_VI

Suggested change
{ label: '日本語', value: 'ja', ui: UI_JA, intl: 'ja-JP' },
{label:'Tiếng Việt', value: 'vi', ui: UI_EN, intl: 'vi-VN' },
],
{ label: '日本語', value: 'ja', ui: UI_JA, intl: 'ja-JP' },
{label:'Tiếng Việt', value: 'vi', ui: UI_VI, intl: 'vi-VN' },
],

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert this change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants