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