Commit c86537c2 authored by Marian Ďurkovič's avatar Marian Ďurkovič Committed by Jean-Baptiste Kempf

ZVBI: fix ISO 639-2/T definitions for slk and ces

Close #8595
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent cd5a89ae
......@@ -104,7 +104,7 @@ vlc_module_end ()
//Guessing table for missing "default region triplet"
static const int pi_default_triplet[] = {
0, 0, // slo cze
0, 0, 0, 0, // slo slk cze ces
8, // pol
24,24,24,24, //ssc scr slv rum
32,32,32,32,32, //est lit rus bul ukr
......@@ -113,7 +113,7 @@ static const int pi_default_triplet[] = {
88, //heb
16 }; //default
static const char *const ppsz_default_triplet[] = {
"slo", "cze",
"slo", "slk", "cze", "ces",
"pol",
"ssc", "scr", "slv", "rum",
"est", "lit", "rus", "bul", "ukr",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment