浏览代码

Fixed wording.

Co-authored-by: Szymon Cofalik <s.cofalik@cksource.com>
Maciej Bukowski 5 年之前
父节点
当前提交
6b53b4b479
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/framework/guides/deep-dive/localization.md

+ 1 - 1
docs/framework/guides/deep-dive/localization.md

@@ -207,7 +207,7 @@ Object.assign( window.CKEDITOR_TRANSLATIONS[ 'pl' ].dictionary, {
 } );
 ```
 
-If you add a new language, remember to set the `getPluralForm` function which should return a number (or a Boolean for languages with simple plural rules like English) that indicates which form should be used for which value.
+If you add a new language, remember to set the `getPluralForm` function which should return a number (or a Boolean for languages with simple plural rules like English) that indicates which form should be used for the given value.
 
 ### Creating `.po` files