diff --git a/po.go b/po.go index 4fe146e..a7d656d 100644 --- a/po.go +++ b/po.go @@ -25,7 +25,7 @@ Example: func main() { // Create po object - po := gotext.NewPoTranslator() + po := gotext.NewPo() // Parse .po file po.ParseFile("/path/to/po/file/translations.po")