Add catalog.json to i18n config (was missing)
All checks were successful
Build Docker Image / build (push) Successful in 3m14s

This commit is contained in:
Ruslan Bakiev
2026-01-23 11:02:23 +07:00
parent 5258347ccb
commit f31ceacdee

View File

@@ -30,6 +30,7 @@ export default defineNuxtConfig({
'ru/billing.json',
'ru/breadcrumbs.json',
'ru/cabinetNav.json',
'ru/catalog.json',
'ru/catalogAddress.json',
'ru/catalogHub.json',
'ru/catalogHubsSection.json',
@@ -91,6 +92,7 @@ export default defineNuxtConfig({
'en/billing.json',
'en/breadcrumbs.json',
'en/cabinetNav.json',
'en/catalog.json',
'en/catalogAddress.json',
'en/catalogHub.json',
'en/catalogHubsSection.json',