Imporve the i18 and frontend UI pages
This commit is contained in:
1
frontend/src/locales/en/auth.json
Normal file
1
frontend/src/locales/en/auth.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
1
frontend/src/locales/en/errors.json
Normal file
1
frontend/src/locales/en/errors.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
1
frontend/src/locales/en/foodSafety.json
Normal file
1
frontend/src/locales/en/foodSafety.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
1
frontend/src/locales/en/inventory.json
Normal file
1
frontend/src/locales/en/inventory.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
1
frontend/src/locales/en/orders.json
Normal file
1
frontend/src/locales/en/orders.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
1
frontend/src/locales/en/suppliers.json
Normal file
1
frontend/src/locales/en/suppliers.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
1
frontend/src/locales/eu/auth.json
Normal file
1
frontend/src/locales/eu/auth.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
1
frontend/src/locales/eu/errors.json
Normal file
1
frontend/src/locales/eu/errors.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
1
frontend/src/locales/eu/foodSafety.json
Normal file
1
frontend/src/locales/eu/foodSafety.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
1
frontend/src/locales/eu/inventory.json
Normal file
1
frontend/src/locales/eu/inventory.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
1
frontend/src/locales/eu/orders.json
Normal file
1
frontend/src/locales/eu/orders.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
1
frontend/src/locales/eu/recipes.json
Normal file
1
frontend/src/locales/eu/recipes.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
1
frontend/src/locales/eu/suppliers.json
Normal file
1
frontend/src/locales/eu/suppliers.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -12,12 +12,25 @@ import productionEs from './es/production.json';
|
||||
|
||||
// English translations
|
||||
import commonEn from './en/common.json';
|
||||
import authEn from './en/auth.json';
|
||||
import inventoryEn from './en/inventory.json';
|
||||
import foodSafetyEn from './en/foodSafety.json';
|
||||
import suppliersEn from './en/suppliers.json';
|
||||
import ordersEn from './en/orders.json';
|
||||
import recipesEn from './en/recipes.json';
|
||||
import errorsEn from './en/errors.json';
|
||||
import dashboardEn from './en/dashboard.json';
|
||||
import productionEn from './en/production.json';
|
||||
|
||||
// Basque translations
|
||||
import commonEu from './eu/common.json';
|
||||
import authEu from './eu/auth.json';
|
||||
import inventoryEu from './eu/inventory.json';
|
||||
import foodSafetyEu from './eu/foodSafety.json';
|
||||
import suppliersEu from './eu/suppliers.json';
|
||||
import ordersEu from './eu/orders.json';
|
||||
import recipesEu from './eu/recipes.json';
|
||||
import errorsEu from './eu/errors.json';
|
||||
import dashboardEu from './eu/dashboard.json';
|
||||
import productionEu from './eu/production.json';
|
||||
|
||||
@@ -37,12 +50,25 @@ export const resources = {
|
||||
},
|
||||
en: {
|
||||
common: commonEn,
|
||||
auth: authEn,
|
||||
inventory: inventoryEn,
|
||||
foodSafety: foodSafetyEn,
|
||||
suppliers: suppliersEn,
|
||||
orders: ordersEn,
|
||||
recipes: recipesEn,
|
||||
errors: errorsEn,
|
||||
dashboard: dashboardEn,
|
||||
production: productionEn,
|
||||
},
|
||||
eu: {
|
||||
common: commonEu,
|
||||
auth: authEu,
|
||||
inventory: inventoryEu,
|
||||
foodSafety: foodSafetyEu,
|
||||
suppliers: suppliersEu,
|
||||
orders: ordersEu,
|
||||
recipes: recipesEu,
|
||||
errors: errorsEu,
|
||||
dashboard: dashboardEu,
|
||||
production: productionEu,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user