+
{t(item.name)}
{item.submenu.length > 0 && }
diff --git a/src/components/Separator.jsx b/src/components/Separator.jsx
index c546cbe..070e3b0 100644
--- a/src/components/Separator.jsx
+++ b/src/components/Separator.jsx
@@ -1,7 +1,7 @@
function Separator() {
return (
)
}
diff --git a/src/i18n.js b/src/i18n.js
index e50f2fc..dbe58cc 100644
--- a/src/i18n.js
+++ b/src/i18n.js
@@ -9,7 +9,7 @@ i18n
.use(initReactI18next)
.init({
fallbackLng: 'en',
- interpolation: { escapeValue: false},
+ interpolation: { escapeValue: false },
debug: true,
backend: {
loadPath: '/locales/{{lng}}/{{ns}}.json',
diff --git a/src/pages/Home.jsx b/src/pages/Home.jsx
index e289ffe..4b3e73c 100644
--- a/src/pages/Home.jsx
+++ b/src/pages/Home.jsx
@@ -10,22 +10,22 @@ function Home() {
return (
-
+
-
+
{holidayList.map((holiday, index) => (
- - {t(holiday.date)} - {t(holiday.name)}
+ - {t(holiday.date)} - {t(holiday.name)}
))}
-
+
{
Object.keys(userInformation).map((key, index) => (
- - {t(key)}: {t(userInformation[key])}
+ - {t(key)}: {t(userInformation[key])}
))
}
@@ -35,9 +35,9 @@ function Home() {
-
+
{homePageNotifications.map((notification, index) => (
- - {t(notification)}
+ - {t(notification)}
))}
diff --git a/src/pages/Placeholder.jsx b/src/pages/Placeholder.jsx
index c3aab85..793f417 100644
--- a/src/pages/Placeholder.jsx
+++ b/src/pages/Placeholder.jsx
@@ -1,6 +1,6 @@
function Placeholder() {
return (
-