mirror of
https://github.com/nishiki/manage-password.git
synced 2024-11-23 13:57:52 +00:00
remove folder cli in folder i18n
This commit is contained in:
parent
7e63095447
commit
25214873ed
3 changed files with 1 additions and 1 deletions
2
bin/mpw
2
bin/mpw
|
@ -26,7 +26,7 @@ require "#{APP_ROOT}/../lib/mpw/config.rb"
|
||||||
require "#{APP_ROOT}/../lib/mpw/ui/cli.rb"
|
require "#{APP_ROOT}/../lib/mpw/ui/cli.rb"
|
||||||
|
|
||||||
I18n::Backend::Simple.send(:include, I18n::Backend::Fallbacks)
|
I18n::Backend::Simple.send(:include, I18n::Backend::Fallbacks)
|
||||||
I18n.load_path = Dir["#{APP_ROOT}/../i18n/cli/*.yml"]
|
I18n.load_path = Dir["#{APP_ROOT}/../i18n/*.yml"]
|
||||||
I18n.default_locale = :en
|
I18n.default_locale = :en
|
||||||
I18n.locale = lang.to_sym
|
I18n.locale = lang.to_sym
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue