Przeglądaj źródła

Docs fixes.

Co-authored-by: Szymon Cofalik <s.cofalik@cksource.com>
Maciej Bukowski 5 lat temu
rodzic
commit
df2b8b6510
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      docs/framework/guides/deep-dive/localization.md

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

@@ -167,7 +167,7 @@ The second option is adding translations via the global `window.CKEDITOR_TRANSLA
 
 For each language that should be supported, the `dictionary` property of this object should be extended and the `getPluralForm` function should be provided if missing.
 
-The `dictionary` property is a `message ID ⇒ translations` map, where the `translations` can be either one sentence (a string) or an array of translations with plural forms for the given language if the message should support plural forms as well.
+The `dictionary` property is a `message ID ⇒ translations` map, where the `translations` can be either a string or an array of translations with plural forms for the given language if the message should support plural forms as well.
 
 The `getPluralForm` property should be a function that returns the plural form index for a given quantity. Note that when using CKEditor 5 translations, this property will be defined by *CKEditor 5 translation assets*.