mirror of
https://github.com/nishiki/manage-password.git
synced 2024-11-27 07:33:05 +00:00
remove fix warning
This commit is contained in:
parent
d6e1b4da0d
commit
69f261e38e
2 changed files with 0 additions and 2 deletions
1
mpw
1
mpw
|
@ -15,7 +15,6 @@ require "#{APP_ROOT}/lib/Cli.rb"
|
|||
lang = Locale::Tag.parse(ENV['LANG']).to_simple.to_s[0..1]
|
||||
|
||||
I18n::Backend::Simple.send(:include, I18n::Backend::Fallbacks)
|
||||
I18n.enforce_available_locales = false
|
||||
I18n.load_path = Dir["#{APP_ROOT}/i18n/*.yml"]
|
||||
I18n.default_locale = :en
|
||||
I18n.locale = lang.to_sym
|
||||
|
|
1
mpw-ssh
1
mpw-ssh
|
@ -15,7 +15,6 @@ require "#{APP_ROOT}/lib/CliSSH.rb"
|
|||
lang = Locale::Tag.parse(ENV['LANG']).to_simple.to_s[0..1]
|
||||
|
||||
I18n::Backend::Simple.send(:include, I18n::Backend::Fallbacks)
|
||||
I18n.enforce_available_locales = false
|
||||
I18n.load_path = Dir["#{APP_ROOT}/i18n/*.yml"]
|
||||
I18n.default_locale = :en
|
||||
I18n.locale = lang.to_sym
|
||||
|
|
Loading…
Reference in a new issue