mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-25 17:59:34 +00:00
Czech Translation is not yet ready (forgotten line)
This commit is contained in:
parent
cbd10a248f
commit
d559abc1e8
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ function GetWorkingLanguageForChapter(Chapter) {
|
|||
if ((CurrentLanguageTag == "ES") && ["C000_Intro", "C001_BeforeClass", "C002_FirstClass", "C003_MorningDetention"].indexOf(Chapter) >= 0) return "ES";
|
||||
if ((CurrentLanguageTag == "CN") && ["C000_Intro", "C001_BeforeClass", "C002_FirstClass", "C003_MorningDetention", "C004_ArtClass", "C005_GymClass", "C006_Isolation","C009_Library", "C010_Revenge", "C011_LiteratureClass","C013_BondageClub","C999_Common"].indexOf(Chapter) >= 0) return "CN";
|
||||
if ((CurrentLanguageTag == "RU") && ["C000_Intro", "C001_BeforeClass"].indexOf(Chapter) >= 0) return "RU";
|
||||
if ((CurrentLanguageTag == "CS") && ["C000_Intro", "C001_BeforeClass"].indexOf(Chapter) >= 0) return "CS";
|
||||
// if ((CurrentLanguageTag == "CS") && ["C000_Intro", "C001_BeforeClass"].indexOf(Chapter) >= 0) return "CS";
|
||||
return "EN";
|
||||
//return CurrentLanguageTag;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue