module U10d

Constants

KNOWN_LANGUAGES
VERSION

Public Class Methods

activate!() click to toggle source
# File lib/u10d.rb, line 7
def self.activate!
  root_path = File.expand_path("..", __dir__)
  I18n.load_path ||= []
  I18n.load_path += [File.join(root_path, "locales", "untranslated.rb")]
  I18n.reload!
end