mirror of
https://github.com/zadam/trilium.git
synced 2025-10-27 17:27:01 +08:00
Revert "fix(forge): English locale still missing"
This reverts commit 385ebb486e.
This commit is contained in:
parent
385ebb486e
commit
0414500c17
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ const UNSORTED_LOCALES = [
|
|||
{
|
||||
id: "en",
|
||||
name: "English",
|
||||
electronLocale: "en_US" // by default there's no en.pak in the locales, so we end up with no English packs otherwise.
|
||||
electronLocale: "en"
|
||||
},
|
||||
{
|
||||
id: "de",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue