fix: add french to locales

This commit is contained in:
Maya 2025-09-16 19:23:51 +03:00
parent 2d3ba02e95
commit 7b0cc13830
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -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) {