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 theme = writable<"light" | "dark">("light");
|
||||||
export const locale = writable(getLocale());
|
export const locale = writable(getLocale());
|
||||||
export const availableLocales = {
|
export const availableLocales = {
|
||||||
vi: "Tiếng Việt",
|
vi: "Tiếng Việt",
|
||||||
en: "English",
|
en: "English",
|
||||||
es: "Español",
|
es: "Español",
|
||||||
fr: "Français",
|
fr: "Français",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue