You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe an option to display the country names in either:
Their own national/official language i.e. Japan -> 日本, Germany -> Deutschland, Pakistan -> پاکستان,
In a user preferred language for example, if language is Japanese, all country names should be in Japanese e.g Japan -> 日本, Germany -> ドイツ, Pakistan -> パキスタン
Why?
I've got a website which heavily utilizes localization, and this is the only elements which "stands out".
How?
(1) could perhaps be done within the library, but (2) could be achieved by passing a callable prompt "t" (as in the same from react-intl's useTranslation function) which can be used to generate the word.
The text was updated successfully, but these errors were encountered:
Feature Request
Summary
Maybe an option to display the country names in either:
Why?
I've got a website which heavily utilizes localization, and this is the only elements which "stands out".
How?
(1) could perhaps be done within the library, but (2) could be achieved by passing a callable prompt "t" (as in the same from react-intl's useTranslation function) which can be used to generate the word.
The text was updated successfully, but these errors were encountered: