constructor()

in components/localization/src/localization.js [23:26]


  constructor() {
    this.dictionary = {};
    this.getPlurals = I18n.GET_PLURALS_MAP.OTHERS;
  }