1
0
Fork 0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2026-03-04 03:31:36 +00:00

Add Spanish language (thanks tagomago)

This commit is contained in:
Cadence Ember 2020-07-29 15:15:56 +12:00
parent e6211f17c2
commit 43c2d66b04
No known key found for this signature in database
GPG key ID: 128B99B1B74A6412
3 changed files with 64 additions and 1 deletions

View file

@ -48,6 +48,7 @@ html
+select("language", "Language", false, [
{value: "en", text: "English (International)"},
{value: "en-us", text: "English (US)"},
{value: "es", text: "Español"},
{value: "fa", text: "فارسي"},
{value: "it", text: "Italiano"},
{value: "ru", text: "Русский"}