mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 18:50:41 +01:00
feat(i18n): add Japanese language
This commit is contained in:
@@ -50,6 +50,11 @@ const UNSORTED_LOCALES: Locale[] = [
|
||||
name: "Русский",
|
||||
electronLocale: "ru"
|
||||
},
|
||||
{
|
||||
id: "ja",
|
||||
name: "日本語",
|
||||
electronLocale: "ja"
|
||||
},
|
||||
|
||||
/*
|
||||
* Right to left languages
|
||||
|
||||
Reference in New Issue
Block a user