setTranslations()

in components/localization/src/localization.js [28:31]


  setTranslations(lang, dictionary) {
    this.dictionary = dictionary || {};
    this.getPlurals = I18n.GET_PLURALS_MAP[lang] || I18n.GET_PLURALS_MAP.OTHERS;
  }