|
|
@@ -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/
|
|
|
} )
|
|
|
]
|
|
|
},
|