mirror of https://github.com/VERT-sh/VERT.git
fix: add french to locales
This commit is contained in:
parent
2d3ba02e95
commit
7b0cc13830
|
@ -324,6 +324,7 @@ export const locale = writable(getLocale());
|
|||
export const availableLocales = {
|
||||
en: "English",
|
||||
es: "Español",
|
||||
fr: "Français",
|
||||
};
|
||||
|
||||
export function updateLocale(newLocale: string) {
|
||||
|
|
Loading…
Reference in New Issue