mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 12:09:02 +01:00
chore(website/i18n): add English too
This commit is contained in:
parent
f4796f0f9e
commit
1a6f5a027f
@ -9,6 +9,7 @@ interface Locale {
|
||||
}
|
||||
|
||||
export const LOCALES: Locale[] = [
|
||||
{ id: "en", name: "English" },
|
||||
{ id: "ro", name: "Română" },
|
||||
{ id: "zh_TW", name: "繁體中文" },
|
||||
{ id: "fr", name: "Français" },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user