diff --git a/next.config.js b/next.config.js
index f6c43d3..f8dd901 100644
--- a/next.config.js
+++ b/next.config.js
@@ -3,7 +3,7 @@ module.exports = {
swcMinify: true,
reactStrictMode: true,
i18n: {
- locales: ["en", "fr", "ja", "es", "xx"],
+ locales: ["en", "fr", "ja", "es"],
defaultLocale: "en",
},
images: {
diff --git a/src/components/AppLayout.tsx b/src/components/AppLayout.tsx
index 06516de..bf6c1ed 100644
--- a/src/components/AppLayout.tsx
+++ b/src/components/AppLayout.tsx
@@ -104,12 +104,8 @@ export default function AppLayout(props: AppLayoutProps): JSX.Element {
content={`${titlePrefix} - ${ogTitle}`}
>
- {props.description && (
- <>
-
-
- >
- )}
+
+
@@ -160,7 +156,7 @@ export default function AppLayout(props: AppLayoutProps): JSX.Element {
❮
- Select one of the options in the sidebar
+ {props.langui.select_option_sidebar}
@@ -238,7 +234,7 @@ export default function AppLayout(props: AppLayoutProps): JSX.Element {
appLayout.languagePanelOpen ? "scale-100" : "scale-0"
}`}
>
- Select a language
+ {props.langui.select_language}
{router.locales?.sort().map((locale) => (