Skip to content

Releases: php-gettext/Gettext

4.8.0

04 Nov 18:06

Choose a tag to compare

4.7.0

07 Oct 11:41

Choose a tag to compare

4.6.3

15 Jul 12:57

Choose a tag to compare

4.6.2

12 Jan 18:53

Choose a tag to compare

4.6.1

27 Aug 15:43

Choose a tag to compare

4.6.0

26 Jun 16:55

Choose a tag to compare

4.5.0

23 Apr 17:24

Choose a tag to compare

4.4.4

21 Feb 18:51

Choose a tag to compare

4.2.0

14 Jan 13:15

Choose a tag to compare

  • 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

13 Oct 22:12

Choose a tag to compare

  • 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