first commit

This commit is contained in:
gestions-UO
2026-05-11 20:50:44 +02:00
parent f7ba09d405
commit 838bec205e
36 changed files with 2514 additions and 99 deletions

6
lang/index.ts Normal file
View File

@@ -0,0 +1,6 @@
import { es } from './es';
import { ca } from './ca';
import { en } from './en';
export const dictionaries = { es, ca, en };
export type Locale = keyof typeof dictionaries;