From c4f7d024d9d0a6ca20dfdfbaafedf49a6b1cddbd Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Fri, 29 Nov 2013 00:25:45 -0500 Subject: [PATCH] typo fix. --- docs/guide/i18n.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guide/i18n.md b/docs/guide/i18n.md index 3a538a0..482b318 100644 --- a/docs/guide/i18n.md +++ b/docs/guide/i18n.md @@ -47,7 +47,7 @@ translation of the message from source language into target language. Message it echo \Yii::t('app', 'This is a string to translate!'); ``` -Yii tries to load approprite translation from one of the message sources defined via `i18n` component configuration: +Yii tries to load appropriate translation from one of the message sources defined via `i18n` component configuration: ```php 'components' => [ @@ -239,7 +239,7 @@ you'll get "Inconsistent types declared for an argument: U_ARGUMENT_TYPE_MISMATC Total {count, number} {count, plural, one{item} other{items}}. ``` -To learn which inflection forms you should specify for your language you can referer to +To learn which inflection forms you should specify for your language you can referrer to [rules reference at unicode.org](http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/language_plural_rules.html). ### Selections @@ -265,4 +265,4 @@ Formatters In order to use formatters you need to install and enable [intl](http://www.php.net/manual/en/intro.intl.php) PHP extension. -TBD: provided classes overview. \ No newline at end of file +TBD: provided classes overview.