Fix indent

This commit is contained in:
minhman2501 2026-03-31 15:45:58 +07:00
parent 52ce50a279
commit 553dc84772
1 changed files with 1 additions and 1 deletions

View File

@ -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",