Skip to content
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

Open
steedos opened this issue Mar 16, 2016 · 12 comments
Open

Add i18n support #933

steedos opened this issue Mar 16, 2016 · 12 comments

Comments

@steedos
Copy link

steedos commented Mar 16, 2016

No description provided.

@arikfr
Copy link
Member

arikfr commented Nov 13, 2018

We will address this post the React migration (#3071).

@funkindy
Copy link

Any updates on i18n?

@arikfr arikfr added this to the Next milestone Mar 1, 2020
@arikfr
Copy link
Member

arikfr commented Mar 1, 2020

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.

@pyeden
Copy link

pyeden commented Jul 13, 2020

now Can I use i18n?

@gaecoli
Copy link
Member

gaecoli commented Dec 3, 2020

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

@gaecoli
Copy link
Member

gaecoli commented Dec 3, 2020

@JaphyFan
Copy link

JaphyFan commented Nov 9, 2021

any updates?

@gaecoli
Copy link
Member

gaecoli commented Nov 9, 2021

any updates?

创建一个文件夹然后代码放进去,维护那个zh.js文件就好了,用的时候其他地方导入 t 这个函数,包在想翻译的地方,因为我本地的项目和线上的改变很多了,所以我上传我的js基本也用不到

@fedeisas
Copy link

fedeisas commented Nov 2, 2022

@arikfr I see the PR is still open. Any interest on a rebase / new PR? I could really use this feature. Thanks.

@gaecoli
Copy link
Member

gaecoli commented Apr 26, 2023

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.

@gaecoli
Copy link
Member

gaecoli commented Apr 26, 2023

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: {
"dashboards": "xxxx"
}

@gaecoli
Copy link
Member

gaecoli commented Apr 26, 2023

#6006

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

No branches or pull requests

6 participants