-
Notifications
You must be signed in to change notification settings - Fork 479
feat: make locales reusable & add zh-Hant locale #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
Merged
haoqunjiang
merged 16 commits into
vuejs:main
from
CoolPlayLin:CoolPlayLin/locale-zh-TW
Jan 25, 2024
Merged
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
efe0448
feat: Add zh-TW locale
CoolPlayLin 98a0ad5
Update zh-TW.json
CoolPlayLin b4e937e
resolve
CoolPlayLin 14bf301
feat: make locales reuseable & add zh-Hant locale
CoolPlayLin 552d936
bugfix
CoolPlayLin 7b93c12
add zh-SG
CoolPlayLin b32f0c9
Merge branch 'main' into CoolPlayLin/locale-zh-TW
CoolPlayLin c20408c
Apply suggestions from code review
CoolPlayLin 032aa40
improve
CoolPlayLin 0704cac
bugfix
CoolPlayLin c8bdd6a
delete duplicated case condition
CoolPlayLin cc427fc
Update locales/zh-Hant.json
CoolPlayLin 522373d
use correct words
CoolPlayLin e73a06f
Apply suggestions from code review
CoolPlayLin 1127187
:bug: fix: fix
CoolPlayLin 90c8c7c
Merge branch 'main' into CoolPlayLin/locale-zh-TW
haoqunjiang 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
{ | ||
"projectName": { | ||
"message": "請輸入項目名稱:" | ||
}, | ||
"shouldOverwrite": { | ||
"dirForPrompts": { | ||
"current": "目前目錄:", | ||
"target": "目標目錄:" | ||
}, | ||
"message": "非空,是否覆蓋?" | ||
}, | ||
"packageName": { | ||
"message": "請輸入套件名稱:", | ||
"invalidMessage": "無效的 package.json 名稱" | ||
}, | ||
"needsTypeScript": { | ||
"message": "是否使用 TypeScript 語法?" | ||
}, | ||
"needsJsx": { | ||
"message": "是否啟用 JSX 支援?" | ||
}, | ||
"needsRouter": { | ||
"message": "是否引入 Vue Router 進行單頁應用開發?" | ||
}, | ||
"needsPinia": { | ||
"message": "是否引進 Pinia 用於狀態管理?" | ||
}, | ||
"needsVitest": { | ||
"message": "是否引入 Vitest 用於單元測試" | ||
}, | ||
"needsE2eTesting": { | ||
"message": "是否要引入一款端對端(End to End)測試工具?", | ||
"selectOptions": { | ||
"negative": { | ||
"title": "不需要" | ||
}, | ||
"cypress": { | ||
"title": "Cypress", | ||
"desc": "同時支援基於 Cypress Component Testing 的單元測試" | ||
}, | ||
"nightwatch": { | ||
"title": "Nightwatch", | ||
"desc": "同時支援基於 Nightwatch Component Testing 的單元測試" | ||
}, | ||
"playwright": { | ||
"title": "Playwright" | ||
} | ||
} | ||
}, | ||
"needsEslint": { | ||
"message": "是否引入 ESLint 用於程式碼品質檢測?" | ||
}, | ||
"needsPrettier": { | ||
"message": "是否引入 Prettier 用於程式碼格式化?" | ||
}, | ||
"errors": { | ||
"operationCancelled": "操作取消" | ||
}, | ||
"defaultToggleOptions": { | ||
"active": "是", | ||
"inactive": "否" | ||
}, | ||
"infos": { | ||
"scaffolding": "正在建構專案", | ||
CoolPlayLin marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"done": "專案建置完成,可執行以下命令:" | ||
} | ||
} |
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.