mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-31 23:10:00 +02:00
config.ts erstellen
This commit is contained in:
parent
b3159de732
commit
9001135f92
1 changed files with 4 additions and 0 deletions
4
src/i18n/config.ts
Normal file
4
src/i18n/config.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
export type Locale = (typeof locales)[number];
|
||||
|
||||
export const locales = ['en', 'de'] as const;
|
||||
export const defaultLocale: Locale = 'en';
|
Loading…
Add table
Add a link
Reference in a new issue