-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add Language(Chinese) #137
Conversation
current support web Chatroom Navbar dashboard login template
view template
now support English and Chinese
}, | ||
zh: { | ||
welcome: '歡迎來到Hinagiku!', | ||
profile: '個人资料', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
個人資料
login: 'Login' | ||
}, | ||
zh: { | ||
welcome: '歡迎來到Hinagiku!', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
歡迎來到 Hinagiku!
openChatHistory: '打開聊天記錄', | ||
openGroupChatHistory: '打開小組聊天記錄', | ||
warningInappropriate: '警告:檢測到不適當內容。', | ||
warningOffTopic: '警告:許多離題消息。' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
警告:許多離題訊息。
{ id: 'ended', name: 'Ended Stage', color: 'bg-gray-500' } | ||
{ id: 'preparing', name: '準備階段', color: 'bg-yellow-500' }, | ||
{ id: 'individual', name: '個人階段', color: 'bg-blue-500' }, | ||
{ id: 'before-group', name: '團體套論前階段', color: 'bg-purple-500' }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
團體討論前階段
cancel: 'Cancel' | ||
}, | ||
zh: { | ||
confirmEndStage: '進入 Ended Stage 將無法返回,確定要繼續嗎?', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
進入總結階段將無法返回,確定要繼續嗎?
}, | ||
zh: { | ||
welcome: '歡迎來到Hinagiku!', | ||
profile: '個人资料', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
個人資料
}, | ||
zh: { | ||
dashboardTitle: '參與者狀態儀表板', | ||
loadingGroups: '加載小組...', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
載入小組...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know if it's a good idea to avoid using an i18n library for this task. In the long run, using an i18n library may be preferred.
added some new features, making new PR, the comments above are all fixed in the new one |
Users can select their preference language from the two language now