Apply Prettier formatting
This commit is contained in:
parent
850977b6ec
commit
8e847df600
5 changed files with 1818 additions and 1822 deletions
3629
pnpm-lock.yaml
generated
3629
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
|
|
@ -13,10 +13,10 @@ const themeList = [
|
|||
|
||||
const languageList = [
|
||||
{ name: "English", value: "en" },
|
||||
{ name: "Français", value: "fr"},
|
||||
{ name: "Français", value: "fr" },
|
||||
{ name: "中文", value: "zh" },
|
||||
{ name: "日本語", value: "jp" },
|
||||
{ name: "Русский", value: "ru" }
|
||||
{ name: "Русский", value: "ru" },
|
||||
];
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -11,5 +11,5 @@ export const ui = {
|
|||
fr,
|
||||
zh,
|
||||
jp,
|
||||
ru
|
||||
ru,
|
||||
};
|
||||
|
|
|
|||
|
|
@ -63,7 +63,6 @@ const { title, optionalPreloads } = Astro.props;
|
|||
window.idb = db;
|
||||
}
|
||||
}
|
||||
|
||||
</script>
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
<title>{title}</title>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue