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:
sebseb7
2025-11-22 09:59:47 +01:00
parent 3389a9b66c
commit 905eee57d5
24 changed files with 843 additions and 61 deletions

View File

@@ -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