lib/abak-flow/configuration.rb in abak-flow-1.0.1 vs lib/abak-flow/configuration.rb in abak-flow-1.0.2
- old
+ new
@@ -41,9 +41,10 @@
load_gitconfig
setup_locale
end
def setup_locale
+ I18n.enforce_available_locales = false
I18n.load_path += Dir.glob(LOCALE_FILES)
I18n.locale = locale
end
def load_gitconfig