module I18n::Backend::Base

def available_locales

ignoring the reserved translation meta data key :i18n.
Returns an array of locales for which translations are available
def available_locales
  raise NotImplementedError
end