-
Notifications
You must be signed in to change notification settings - Fork 165
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
Internationalization support? #44
Comments
I'd be interested to try. What sort of things do you think need to be internalionatized? How do you think it would be easiest for the end users to use the i18n? |
I think that primary goal is to localize country names. It'll simplify lookup of country in native language. In terms of code it can be done if var lookup = require('country-data').lookup('ru'); and then all subsequent calls to |
Country names, and currency names too I suppose. I don't think I would provide a look up function to do the conversion. Perhaps providing the translations in gettext compatible files which can Does that seem sensible to you?
|
It's a great idea! |
I'd participate in translation into russian, for example. |
Any progress on this issue? I would like to have this feature too. |
It is not something that I personally have a need for. Pull requests
|
Do you plan to add internationalization support to your package?
I think it may be very useful for non-english development targets.
The text was updated successfully, but these errors were encountered: