Class: Jah::Extra
Constant Summary
Constants included from Command
Class Method Summary collapse
-
.change_lang(_, new) ⇒ Object
changeslang.*s(w*)$.
Methods included from Command
Class Method Details
.change_lang(_, new) ⇒ Object
changeslang.*s(w*)$
7 8 9 10 |
# File 'lib/jah/commands/extra.rb', line 7 def self.change_lang(_, new) I18n.default_locale = new end |