- class Simple
- def store_translations_with_normalisation(locale, data, options = {})
- locale = I18n::Locale::Tag::Rfc4646.tag(locale).to_s
+module OpenStreetMap
+ module I18n
+ module NormaliseLocales
+ def store_translations(locale, data, options = {})
+ locale = ::I18n::Locale::Tag::Rfc4646.tag(locale).to_s