Skip to content

3.2

Choose a tag to compare

@oscarotero oscarotero released this 12 Feb 13:16
· 599 commits to master since this release
  • From now on Mo generator ignore the empty translations #66 . You can change this behaviour in the static variable:

    Gettext\Generators\Mo::$includeEmptyTranslations = true;
  • Changed the plural rules definition for a more reliable source #67

  • Fixed mo generator/extractor #68

  • Gettext\Translations::getPluralsForms() returns a numeric array instead associative.