php-gettext / Gettext

PHP library to collect and manipulate gettext (.po, .mo, .php, .json, etc)
MIT License
687 stars 134 forks source link

The setTranslation method from the first example is missing #248

Closed tbarous closed 4 years ago

tbarous commented 4 years ago

The setTranslation method from the first example is missing.

oscarotero commented 4 years ago

Sorry, the example is wrong, this method name is from an older version, the correct method is translate(). I just changed it.