1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-11-23 05:47:53 +00:00

remove folder cli in folder i18n

This commit is contained in:
nishiki 2016-05-14 17:05:17 +02:00
parent 7e63095447
commit 25214873ed
3 changed files with 1 additions and 1 deletions

View file

@ -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