first commit
This commit is contained in:
6
lang/index.ts
Normal file
6
lang/index.ts
Normal 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;
|
||||
Reference in New Issue
Block a user