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 = {
|
export const availableLocales = {
|
||||||
en: "English",
|
en: "English",
|
||||||
es: "Español",
|
es: "Español",
|
||||||
|
fr: "Français",
|
||||||
};
|
};
|
||||||
|
|
||||||
export function updateLocale(newLocale: string) {
|
export function updateLocale(newLocale: string) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue