0
0
Fork 0

Add warning when selected and detected language is different in web UI (#33042)

This commit is contained in:
Eugen Rochko 2025-01-20 10:17:13 +01:00 committed by GitHub
parent 329a9e1ac1
commit 8962f11578
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 113 additions and 6 deletions

View file

@ -4,7 +4,7 @@ const { env, settings } = require('../configuration');
// Those modules contain modern ES code that need to be transpiled for Webpack to process it
const nodeModulesToProcess = [
'@reduxjs', 'fuzzysort'
'@reduxjs', 'fuzzysort', 'toygrad'
];
module.exports = {