Skip to content

Commit

Permalink
Fix incorrect dictionary mapping for latin (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Feb 5, 2024
1 parent 6249109 commit c614699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/LangTables.hh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Container languages(const std::function<String(const char*)>& utf8str) {
{"kur", "ku", utf8str("Kurd\u00ED")}, // Kurdish
{"kur_ara", "ku", utf8str("\u06A9\u0648\u0631\u062F\u06CC")}, // Kurdish (Arabic)
{"lao", "lo", utf8str("\u0E9E\u0EB2\u0EAA\u0EB2\u0EA5\u0EB2\u0EA7")}, // Lao
{"lat", "la", utf8str("Latina")}, // Latin
{"lat", "", utf8str("Latina")}, // Latin
{"lav", "lv", utf8str("Latvie\u0161u")}, // Latvian
{"lit", "lt", utf8str("Lietuvi\u0173")}, // Lithuanian
{"ltz", "lb", utf8str("L\u00EBtzebuergesch")}, // Luxembourgish
Expand Down

0 comments on commit c614699

Please sign in to comment.