mirror of https://github.com/VERT-sh/VERT.git
fix: add to available locales
This commit is contained in:
parent
3cdd08e693
commit
3686c881ae
|
@ -324,6 +324,7 @@ export const locale = writable(getLocale());
|
|||
export const availableLocales = {
|
||||
en: "English",
|
||||
es: "Español",
|
||||
hr: "Hrvatski",
|
||||
};
|
||||
|
||||
export function updateLocale(newLocale: string) {
|
||||
|
|
Loading…
Reference in New Issue