Changed marker builder
They're in the DOM now, so much easier to manage
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export const availableLangs = ['en', 'fr'] as const;
|
||||
export const availableLangs = ['fr', 'en'] as const;
|
||||
export type Language = typeof availableLangs[number];
|
||||
export type LanguageDict = Record<Language, any>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user