-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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 i18n support #933
Comments
We will address this post the React migration (#3071). |
Any updates on i18n? |
Now that the codebase using a single library it is now ready for us to add I18n. We're still busy with finalizing current release, so didn't start on this yet. Until we get to work on this, happy to get suggestions from community members who had previous experience on this on the best path to implement support for translations in a React UI. |
now Can I use i18n? |
Maybe you can finish yourself i18n function! I had finished mutiple language feature in beta v9.0.0. Support Chinese and English Feature |
any updates? |
创建一个文件夹然后代码放进去,维护那个zh.js文件就好了,用的时候其他地方导入 t 这个函数,包在想翻译的地方,因为我本地的项目和线上的改变很多了,所以我上传我的js基本也用不到 |
I can provide i18n support, but it is very troublesome to maintain the json of the language comparison table. If you have the corresponding language comparison json, you can send it and I will put it in it. |
like this: { |
No description provided.
The text was updated successfully, but these errors were encountered: