Initial state for GitNexus analysis

This commit is contained in:
Zaid Marzguioui
2026-03-29 19:44:57 +02:00
parent 9d7c7f8030
commit 61ff48cb73
155 changed files with 23483 additions and 1722 deletions

View File

@@ -8,9 +8,5 @@ import { defaultLocale } from './default-locale';
*/
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
'de', // German — primary locale for MyEasyCMS
];