module I18n
+ original_verbosity = $VERBOSE
+ $VERBOSE = nil
+ INTERPOLATION_PATTERN = /\{\{(\w+)\}\}/
+ $VERBOSE = original_verbosity
+
module Backend
class Simple
module Implementation
store_translations(locale, :time => { :formats => { :friendly => friendly } })
end
end
+
+ @skip_syntax_deprecation = true
end
end
end