Remove language originally added for testing purposes.

This commit is contained in:
gbuomprisco
2025-04-29 10:21:30 +08:00
parent 19bfe7af0c
commit dc55782a97

View File

@@ -12,7 +12,7 @@ const defaultLanguage = process.env.NEXT_PUBLIC_DEFAULT_LOCALE ?? 'en';
* By default, only the default language is supported. * By default, only the default language is supported.
* Add more languages here if needed. * Add more languages here if needed.
*/ */
export const languages: string[] = [defaultLanguage, 'it']; export const languages: string[] = [defaultLanguage];
/** /**
* The name of the cookie that stores the selected language. * The name of the cookie that stores the selected language.