mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 22:58:52 +02:00
Update i18n.ts
Another casing error throwing off tests
This commit is contained in:
parent
9a08f6534b
commit
24abf7f0ed
@ -16,7 +16,7 @@ const UNSORTED_LOCALES: Locale[] = [
|
||||
{ id: "es", name: "Español", electronLocale: "es" },
|
||||
{ id: "fr", name: "Français", electronLocale: "fr" },
|
||||
{ id: "ja", name: "日本語", electronLocale: "ja" },
|
||||
{ id: "pt_BR", name: "Português (Brasil)", electronLocale: "pt-BR" },
|
||||
{ id: "pt_br", name: "Português (Brasil)", electronLocale: "pt-BR" },
|
||||
{ id: "ro", name: "Română", electronLocale: "ro" },
|
||||
{ id: "ru", name: "Русский", electronLocale: "ru" },
|
||||
{ id: "tw", name: "繁體中文", electronLocale: "zh_TW" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user