class ISO3166::Translations

def [](locale)

Experimental RBS support (using type sampling data from the type_fusion project).

def []: (String locale) -> String

This signature was generated using 7 samples from 1 application.

def [](locale)
  super(locale) || super(locale.to_s.sub(/-.*/, ''))
end