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
I tried this gem out briefly for use in a language switcher widget, where I want to take a list of available locales — the language codes from 639-1 or 639-2 — and turn it into a select widget with all the native names of the languages.
I was hoping for a method to get that directly, like:
ISO_639.find_native_name('am')# => 'አማርኛ'
The iso-639-1 npm module does something similar.
The text was updated successfully, but these errors were encountered:
I tried this gem out briefly for use in a language switcher widget, where I want to take a list of available locales — the language codes from 639-1 or 639-2 — and turn it into a select widget with all the native names of the languages.
I was hoping for a method to get that directly, like:
The
iso-639-1
npm module does something similar.The text was updated successfully, but these errors were encountered: