Revert "Unify workspace dropdowns; Update layouts (#458)"
This reverts commit 4bc8448a1d.
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
import { defaultLocale } from './default-locale';
|
||||
|
||||
/**
|
||||
* @name locales
|
||||
* @description Supported locales
|
||||
* @type {string[]}
|
||||
* @default [defaultLocale]
|
||||
*/
|
||||
export const locales: string[] = [
|
||||
defaultLocale,
|
||||
// Add other locales here as needed
|
||||
// Example: 'es', 'fr', 'de', etc.
|
||||
// Uncomment the locales below to enable them:
|
||||
// 'es', // Spanish
|
||||
// 'fr', // French
|
||||
];
|
||||
Reference in New Issue
Block a user