-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
Can Node.js add API of I18n? #2753
Comments
You can build with full I think it's planned to default to this eventually for release builds, but the concern so far was the increased binary size. |
Thanks, silverwind. But the APIs cannot translate strings into locales. Any idea about l10n in node? |
Maybe @srl295 can help there. Does https://github.com/mashpie/i18n-node help? |
Yes, there are many modules do this. |
Yes there isn't a turnkey solution right now, the idea is to use a loading
mechanism to not need to read everything in at once.
|
see #3413 |
@srl295 Are there any concrete actions we can take? If not, I would suggest closing this for now. |
Closing. Can reopen if necessary |
I build native addons of gettext but it read file everytime called. The javascript version isn't well-performed in cache when I want to translate into multiple languages according users' locales. Some language files are so large to cache in memory.
The text was updated successfully, but these errors were encountered: