mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-29 19:06:24 +02:00
feat: add support for additional languages in LanguageSwitcher and SidebarUserProfile components
This commit is contained in:
parent
c297e41caa
commit
1daa953e83
7 changed files with 2478 additions and 7 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue