feat: add support for additional languages in LanguageSwitcher and SidebarUserProfile components

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-02-11 00:39:01 -08:00
parent c297e41caa
commit 1daa953e83
7 changed files with 2478 additions and 7 deletions

View file

@ -7,7 +7,7 @@ import { defineRouting } from "next-intl/routing";
*/
export const routing = defineRouting({
// A list of all locales that are supported
locales: ["en", "zh"],
locales: ["en", "es", "pt", "hi", "zh"],
// Used when no locale matches
defaultLocale: "en",