mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
feat(note_language): add right-to-left languages
This commit is contained in:
@@ -50,6 +50,28 @@ export function getLocales() {
|
|||||||
{
|
{
|
||||||
id: "ro",
|
id: "ro",
|
||||||
name: "Română"
|
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: "فارسی"
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user