[Koha-bugs] [Bug 30150] Dutch option in language limits is garbled

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Feb 26 19:54:54 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30150

--- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Hi Eric, I see "Nederlands (Dutch)".

What was your query to the language_descriptions table?

For me it looks like this:

MariaDB [koha_kohadev]> select * from language_descriptions where subtag =
"nl";
+--------+----------+------+-----------------+-----+
| subtag | type     | lang | description     | id  |
+--------+----------+------+-----------------+-----+
| nl     | language | de   | Niederländisch  | 148 |
| nl     | language | en   | Dutch           | 146 |
| nl     | language | fr   | NĂ©erlandais     | 147 |
| nl     | language | nl   | Nederlands      | 145 |
| NL     | region   | en   | Netherlands     | 319 |
| NL     | region   | nl   | Nederland       | 320 |
+--------+----------+------+-----------------+-----+

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list