From c5ee4810ad137238f3b499d3556c8d96edce36a1 Mon Sep 17 00:00:00 2001 From: Jorge Teixeira Date: Tue, 28 Feb 2023 00:24:12 +0100 Subject: [PATCH] add dropdown option for spanish locale --- frontend/next-i18next.config.js | 2 +- frontend/src/pages/settings/personal/[id].tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/next-i18next.config.js b/frontend/next-i18next.config.js index 4265b75ea..866f85b2c 100644 --- a/frontend/next-i18next.config.js +++ b/frontend/next-i18next.config.js @@ -8,7 +8,7 @@ module.exports = { debug: false, i18n: { defaultLocale: "en", - locales: ["en", "ko", "fr", "pt-BR", "pt-PT"], + locales: ["en", "ko", "fr", "pt-BR", "pt-PT", "es"], }, fallbackLng: { default: ["en"], diff --git a/frontend/src/pages/settings/personal/[id].tsx b/frontend/src/pages/settings/personal/[id].tsx index 9f5dec127..45b3ffbe3 100644 --- a/frontend/src/pages/settings/personal/[id].tsx +++ b/frontend/src/pages/settings/personal/[id].tsx @@ -96,7 +96,7 @@ export default function PersonalSettings() {