I18n constructor

I18n({
  1. RendererFormattedStrings? rendererFormattedStrings,
})

Implementation

I18n({
  this.rendererFormattedStrings,
});