module I18nCountryTranslations

Imports ISO 639-1 country codes It parses a HTML file from Unicode.org for given locale and saves the Rails' I18n hash in the plugin locale directory

Constants

VERSION

Public Class Methods

root() click to toggle source
# File lib/i18n_country_translations.rb, line 5
def self.root
  File.expand_path('../..', __FILE__)
end