Browse Source

typo ITU -> ICU

they are not responsible for i18n ;)
tags/2.0.0-beta
Carsten Brandt 11 years ago
parent
commit
7e1dd67293
  1. 2
      framework/yii/i18n/I18N.php

2
framework/yii/i18n/I18N.php

@ -64,7 +64,7 @@ class I18N extends Component
* Translates a message to the specified language. * Translates a message to the specified language.
* *
* After translation the message will be formatted using [[MessageFormatter]] if it contains * After translation the message will be formatted using [[MessageFormatter]] if it contains
* ITU message format and `$params` are not empty. * ICU message format and `$params` are not empty.
* *
* @param string $category the message category. * @param string $category the message category.
* @param string $message the message to be translated. * @param string $message the message to be translated.

Loading…
Cancel
Save