Merge branch 'main' into B2B-88
This commit is contained in:
@@ -12,7 +12,7 @@ const defaultLanguage = process.env.NEXT_PUBLIC_DEFAULT_LOCALE ?? 'en';
|
||||
* By default, only the default language is supported.
|
||||
* Add more languages here if needed.
|
||||
*/
|
||||
export const languages: string[] = [defaultLanguage];
|
||||
export const languages: string[] = [defaultLanguage, 'en', 'ru'];
|
||||
|
||||
/**
|
||||
* The name of the cookie that stores the selected language.
|
||||
|
||||
Reference in New Issue
Block a user