浏览代码

Docs: Updated Setting UI language menu title to match the convention. [skip ci]

Anna Tomanek 5 年之前
父节点
当前提交
fb577c05c6

+ 1 - 1
docs/builds/guides/frameworks/angular.md

@@ -450,7 +450,7 @@ export class MyComponent {
 }
 ```
 
-For advanced usage see the {@link features/ui-language Setting UI language} guide.
+For advanced usage see the {@link features/ui-language Setting the UI language} guide.
 
 ## Contributing and reporting issues
 

+ 1 - 1
docs/builds/guides/frameworks/react.md

@@ -606,7 +606,7 @@ Then, {@link builds/guides/integration/configuration configure} the language of
 />
 ```
 
-For more information, please refer to the {@link features/ui-language "Setting UI language"} guide.
+For more information, please refer to the {@link features/ui-language Setting the UI language} guide.
 
 ### CKEditor 5 built from source
 

+ 1 - 1
docs/builds/guides/frameworks/vuejs.md

@@ -433,7 +433,7 @@ export default {
 }
 ```
 
-For more information, please refer to the {@link features/ui-language "Setting UI language"} guide.
+For more information, please refer to the {@link features/ui-language Setting the UI language} guide.
 
 ### CKEditor 5 built from source
 

+ 1 - 1
docs/builds/guides/integration/installation.md

@@ -59,7 +59,7 @@ Extract the `.zip` file into a dedicated directory inside your project. It is re
 
 * `ckeditor.js` – The ready-to-use editor bundle, containing the editor and all plugins.
 * `ckeditor.js.map` – The source map for the editor bundle.
-* `translations/` – The editor UI translations (see {@link features/ui-language Setting UI language}).
+* `translations/` – The editor UI translations (see {@link features/ui-language Setting the UI language}).
 * `README.md` and `LICENSE.md`
 
 ## Loading the API

+ 1 - 0
docs/features/ui-language.md

@@ -1,5 +1,6 @@
 ---
 category: features
+menu-title: UI language
 ---
 
 {@snippet features/build-ui-language-source}