module I18n::Backend::KeyValue::Implementation

def init_translations

def init_translations
  # NO OP
  # This call made also inside Simple Backend and accessed by
  # other plugins like I18n-js and babilu and
  # to use it along with the Chain backend we need to
  # provide a uniform API even for protected methods :S
end