GettextLocalizations.fromPO constructor

GettextLocalizations.fromPO(
  1. String poContent
)

Implementation

GettextLocalizations.fromPO(String poContent) {
  _gt.addLocale(po.parse(poContent));
}