module Stringex::Localization

def backend

def backend
  @backend ||= i18n_present? ? Backend::I18n : Backend::Internal
end