fix: add to available locales

This commit is contained in:
Maya 2025-09-16 19:46:31 +03:00
parent 3cdd08e693
commit 3686c881ae
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",
hr: "Hrvatski",
};
export function updateLocale(newLocale: string) {