Add Lithuanian to processing languages

SOLR doesn't support Lithuanian, maybe it can be added via plugins. A
manual setup of solr is required then. It has been added with basic
support.

Closes: #1540
This commit is contained in:
eikek
2022-05-21 14:11:38 +02:00
parent 0f1c3abd6e
commit 9d69401fea
9 changed files with 96 additions and 4 deletions

View File

@ -71,6 +71,9 @@ gb lang =
Hungarian ->
"Hungarian"
Lithuanian ->
"Lithuanian"
de : Language -> String
de lang =
@ -129,6 +132,9 @@ de lang =
Hungarian ->
"Ungarisch"
Lithuanian ->
"Litauisch"
fr : Language -> String
fr lang =
@ -186,3 +192,6 @@ fr lang =
Hungarian ->
"Hongrois"
Lithuanian ->
"Lituanien"