feat(Translation): add kitConfig.js for improved localization in GrowTentKonfigurator
- Updated the translation model by adding kitConfig.js to the list of translation files. - Enhanced the GrowTentKonfigurator component to utilize translation functions for various UI texts, improving localization support throughout the configuration process.
This commit is contained in:
@@ -32,7 +32,8 @@ const TRANSLATION_FILES = [
|
||||
'pages.js',
|
||||
'orders.js',
|
||||
'settings.js',
|
||||
'common.js'
|
||||
'common.js',
|
||||
'kitConfig.js'
|
||||
];
|
||||
|
||||
// Legal document files that need special translation handling
|
||||
|
||||
Reference in New Issue
Block a user