Преглед на файлове

Docs fixes.

Co-authored-by: Szymon Cofalik <s.cofalik@cksource.com>
Maciej Bukowski преди 5 години
родител
ревизия
df2b8b6510
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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.
 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*.
 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*.