-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Add zh-tw Traditional Chinese translation #178
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
Conversation
@PeterDaveHello is attempting to deploy a commit to the dottle's projects Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Thank you!!
Hi @1ilit, Now, I can see Traditional Chinese on https://www.drawdb.app/editor, but maybe I've done something wrong. The result is Simplified Chinese, not Traditional Chinese. Could you give me some help, please? Many thanks. |
@PeterDaveHello my bad for not catching it before merge. The i18n
.use(LanguageDetector)
.use(initReactI18next)
.init({
fallbackLng: "en",
debug: false,
interpolation: {
escapeValue: false,
},
resources: {
en,
zh,
es,
da,
de,
vi,
"pt-BR": pt,
fa,
hi,
mr,
uk,
ru,
tr,
fr,
pa,
hy,
ar,
"zh-TW": zh_tw,
},
}); It has come to my attention that this will cause an issue for Portuguese as well. Feel free to make a follow up PR fixing this if you're interested. Again, sorry for the inconvenience. |
Add zh-tw Traditional Chinese translation
🎉