manuelmhtr / countries-and-timezones

Minimalistic library to work with countries and timezones data
MIT License
234 stars 68 forks source link

translation for those countries and timezones? #67

Closed lrq315 closed 2 months ago

lrq315 commented 2 months ago

I am working on a react registration app, there are country and timezone fields for user to select.

What I want is translate all countries to the user's prefered language, for example, translate 'China' to '中国' for Chinese user.

I wonder if there is a package support translation of this package, maybe a supplement or alternative? Or i need to manually translate all fields inside my react app.