mirror of https://github.com/VERT-sh/VERT.git
Fix indent
This commit is contained in:
parent
52ce50a279
commit
553dc84772
|
|
@ -439,7 +439,7 @@ export const effects = writable(true);
|
|||
export const theme = writable<"light" | "dark">("light");
|
||||
export const locale = writable(getLocale());
|
||||
export const availableLocales = {
|
||||
vi: "Tiếng Việt",
|
||||
vi: "Tiếng Việt",
|
||||
en: "English",
|
||||
es: "Español",
|
||||
fr: "Français",
|
||||
|
|
|
|||
Loading…
Reference in New Issue