Parcourir la source

Improved vue readme.

Maciej Bukowski il y a 5 ans
Parent
commit
a2e7c6b71e
1 fichiers modifiés avec 5 ajouts et 2 suppressions
  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/
 			} )
 		]
 	},