mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2026-03-04 03:31:36 +00:00
Add Persian language
This commit is contained in:
parent
f7c4ae19f4
commit
9e589b5860
3 changed files with 63 additions and 2 deletions
|
|
@ -48,7 +48,8 @@ html
|
|||
+select("language", "Language", false, [
|
||||
{value: "en", text: "English (International)"},
|
||||
{value: "en-us", text: "English (US)"},
|
||||
{value: "it", text: "Italiano"}
|
||||
{value: "it", text: "Italiano"},
|
||||
{value: "fa", text: "فارسي"}
|
||||
])
|
||||
|
||||
+select("save_data", "Save data", true, [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue