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

Docs: Moved info-box to the correct example.

Maciej Bukowski преди 5 години
родител
ревизия
7d397f5319
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 4 4
      docs/framework/guides/deep-dive/localization.md

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

@@ -100,6 +100,10 @@ editor.ui.componentFactory.add( 'smilingFaceEmoji', locale => {
 // ...
 ```
 
+<info-box warning>
+	Note that this sample lacks a few parts. Check {@link framework/guides/creating-simple-plugin how to create a complete plugin} to have a better understanding about creating CKEditor 5 plugins.
+</info-box>
+
 #### Localizing aria attributes:
 
 ```js
@@ -136,10 +140,6 @@ class FileRepository {
 }
 ```
 
-<info-box warning>
-	Note that these samples lacks a few parts. Check {@link framework/guides/creating-simple-plugin how to create a complete plugin} to have a better understanding about creating CKEditor 5 plugins.
-</info-box>
-
 ## Adding translations and localizing the editor UI
 
 First of all, if you have found a missing or an incorrect translation in the CKEditor 5 translations, {@link framework/guides/contributing/contributing#translating check how you can contribute to the project}! Your help will be appreciated by others!