Yii Message Extractor package was updated with the following enhancements:
Yii Message Extractor package was updated with the following enhancements:
First stable version of Yii Translator DB Message Storage was tagged.
Yii Translator and Yii Translation Message Extractor got a major releases.
Minor version of Yii Message Translator package was tagged. In this version we added IdMessageReader
that returns ID as message and doesn't support getting all messages at once.
Major version of Yii Message Translator package was released. In this version we have raised the minimum version of PHP to 8.0, added NullMessageFormatter
and IntlMessageFormatter
, and made other improvements and changes. See full list of changes in changelog.
Translator package got minor version that includes enhanced version of SimpleMessageFormatter
from now deprecated yiisoft/translator-formatter-simple. This enhanced vesion is able to render plurals for English and replace tokens with modifiers (ignoring modifier logic).
Translation message extractor got its first stable version. It is a command-line tool that allows automatically extracting translation IDs from PHP source files and writing them to one of the translator message sources.
First release of translator package was published. This package allows translating messages into several languages. It can work with both Yii-based applications and standalone PHP applications.