module Stringex::Localization

def with_default_locale(&block)

def with_default_locale(&block)
  with_locale default_locale, &block
end