mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 10:22:29 +08:00
feat(note_language): add right-to-left languages
This commit is contained in:
parent
42d3334c9d
commit
c6b3c1bf88
@ -50,6 +50,28 @@ export function getLocales() {
|
||||
{
|
||||
id: "ro",
|
||||
name: "Română"
|
||||
},
|
||||
|
||||
/*
|
||||
* Right to left languages
|
||||
*
|
||||
* Currently they are only for setting the language of text notes.
|
||||
*/
|
||||
{ // Arabic
|
||||
id: "ar",
|
||||
name: "اَلْعَرَبِيَّةُ"
|
||||
},
|
||||
{ // Hebrew
|
||||
id: "he",
|
||||
name: "עברית"
|
||||
},
|
||||
{ // Kurdish
|
||||
id: "ku",
|
||||
name: "کوردی"
|
||||
},
|
||||
{ // Persian
|
||||
id: "fa",
|
||||
name: "فارسی"
|
||||
}
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user