mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-22 13:53:11 +08:00
Added code3b language from DB to repl_map to be sure subtitles file including those tag get recognized correctly.
This commit is contained in:
parent
968fad4193
commit
7e053f8d0c
1 changed files with 19 additions and 0 deletions
|
@ -8,6 +8,25 @@ repl_map = {
|
||||||
"dk": "da",
|
"dk": "da",
|
||||||
"nld": "nl",
|
"nld": "nl",
|
||||||
"english": "en",
|
"english": "en",
|
||||||
|
"alb": "sq",
|
||||||
|
"arm": "hy",
|
||||||
|
"baq": "eu",
|
||||||
|
"bur": "my",
|
||||||
|
"chi": "zh",
|
||||||
|
"cze": "cs",
|
||||||
|
"dut": "nl",
|
||||||
|
"fre": "fr",
|
||||||
|
"geo": "ka",
|
||||||
|
"ger": "de",
|
||||||
|
"gre": "el",
|
||||||
|
"ice": "is",
|
||||||
|
"mac": "mk",
|
||||||
|
"mao": "mi",
|
||||||
|
"may": "ms",
|
||||||
|
"per": "fa",
|
||||||
|
"rum": "ro",
|
||||||
|
"slo": "sk",
|
||||||
|
"tib": "bo",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue