Ver código fonte

Fixed wording.

Co-authored-by: Szymon Cofalik <s.cofalik@cksource.com>
Maciej Bukowski 5 anos atrás
pai
commit
6b53b4b479
1 arquivos alterados com 1 adições e 1 exclusões
  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