Releases: php-gettext/Gettext
Releases · php-gettext/Gettext
4.2.0
- The option
extractComments
of the extractor PhpCode
accepts also an array in order to extract comments starting with several strings. #133
- New method
Translations::countTranslated()
that returns the number of translated entries. #136
4.1.0
- Added
Translator::noop()
and noop__()
functions #127 to capture translatable strings
- Allow predefined constants as gettext functions arguments. For example:
d__(CURRENT_DOMAIN, 'foo')
#116