Add multi-language support #438
Replies: 2 comments
-
@lony2003 some help would be really helpful |
Beta Was this translation helpful? Give feedback.
-
@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. |
Beta Was this translation helpful? Give feedback.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions