Add multi-language support #438
lony2003
started this conversation in
Ideas and features
Replies: 2 comments
|
@lony2003 some help would be really helpful |
0 replies
|
@lakhansamani Well, that would be greate to me. In my conception, I would like to use react-intl-universal to achive that since react-intl is huge and we just need some features of it. To make the whole process seamless, I think I'll make this process into three parts.
intl.get('HELLO', { name }).d(`Hello, ${name}`);
{
"hello1": "Hello World",
"hello2": "Hello {name}",
}and you can upload it to some localization platform like
This process can solve most of the problem except "RTL" direction of the page, but it can be implement later. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi! I'm a user and developer from China and I want to translate this program into Chinese. Have you schedued to implement the multi-language support? If not, I would like to give some help.
All reactions