瀏覽代碼

Improved vue readme.

Maciej Bukowski 5 年之前
父節點
當前提交
a2e7c6b71e
共有 1 個文件被更改,包括 5 次插入2 次删除
  1. 5 2
      docs/builds/guides/frameworks/vuejs.md

+ 5 - 2
docs/builds/guides/frameworks/vuejs.md

@@ -218,7 +218,7 @@ module.exports = {
 				// See https://ckeditor.com/docs/ckeditor5/latest/features/ui-language.html
 				language: 'en',
 
-				// Append translations to the file matching the `app` name:
+				// Append translations to the file matching the `app` name.
 				translationsOutputFile: /app/
 			} )
 		]
@@ -458,7 +458,10 @@ module.exports = {
 			// CKEditor needs its own plugin to be built using webpack.
 			new CKEditorWebpackPlugin( {
 				// The UI language. Language codes follow the https://en.wikipedia.org/wiki/ISO_639-1 format.
-				language: 'de'
+				language: 'de',
+
+				// Append translations to the file matching the `app` name.
+				translationsOutputFile: /app/
 			} )
 		]
 	},