diff --git a/docs/guide/intro-upgrade-from-v1.md b/docs/guide/intro-upgrade-from-v1.md index 88ed5ee3a22..871b992afe7 100644 --- a/docs/guide/intro-upgrade-from-v1.md +++ b/docs/guide/intro-upgrade-from-v1.md @@ -276,7 +276,7 @@ I18N Yii 2.0 removes date formatter and number formatter in favor of the PECL intl PHP module. -Message translation is still supported, but managed via the `i18n` application component. +Message translation is now performed via the `i18n` application component. The component manages a set of message sources, which allows you to use different message sources based on message categories.