iso-639 icon indicating copy to clipboard operation
iso-639 copied to clipboard

Ruby gem with ISO 639-1 and ISO 639-2 language code entries and convenience methods.

Results 6 iso-639 issues
Sort by recently updated
recently updated
newest added

new language codes are supported by ISO 639-3 ![image](https://user-images.githubusercontent.com/28761746/98114687-94a0b600-1ee0-11eb-8461-afcee9d54ce9.png) This is a contribution from [Ribose Inc](https://github.com/riboseinc)

Hi, Could you support the ISO-639-3 standard? A lot of codes are currently missing (for example for mandarin or cantonese). Here is a list of missing codes I found :...

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...

This doesn't work but should: `ISO_639.find_by_english_name('Greek')`

I see this warning in my app: ``` /opt/app/purl/purl/shared/bundle/ruby/3.3.0/gems/zeitwerk-2.6.15/lib/zeitwerk/kernel.rb:34: warning: csv was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0....

This PR adds csv gem as a dependency in the gemspec. Context As of Ruby 3.3.0 it starts printing a warning when using this gem in a Ruby on Rails...