WIP: Add i18n support #6
12
frontend/i18n.config.ts
Normal file
12
frontend/i18n.config.ts
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
/**
|
||||||
|
* All supported language codes for the app.
|
||||||
|
*
|
||||||
|
* If you add a new translation, add it here and it will automatically
|
||||||
|
* propagate to extraction and compilation.
|
||||||
|
*/
|
||||||
|
export const SUPPORTED_LANGUAGES: string[] = ["en", "sv"];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Default fallback language.
|
||||||
|
*/
|
||||||
|
export const DEFAULT_LANGUAGE = "en";
|
||||||
Loading…
x
Reference in New Issue
Block a user