Class: IsoDoc::NIST::I18n

Inherits:
I18n
  • Object
show all
Defined in:
lib/isodoc/nist/i18n.rb

Instance Method Summary collapse

Instance Method Details

#load_yaml1(lang, script) ⇒ Object



4
5
6
7
# File 'lib/isodoc/nist/i18n.rb', line 4

def load_yaml1(lang, script)
  y = YAML.load_file(File.join(File.dirname(__FILE__), "i18n-en.yaml"))
  super.merge(y)
end