* map "Chinese" to "chi,zht,zhe"

This commit is contained in:
Reinhard Pointner 2015-01-14 17:41:31 +00:00
parent 020b3f5468
commit cdd5d668b8
1 changed files with 1 additions and 1 deletions

View File

@ -584,7 +584,7 @@ public class OpenSubtitlesClient implements SubtitleProvider, VideoHashSubtitleS
// some additional special handling
subLanguageMap.put("brazilian", "pob");
subLanguageMap.put("chinese", "zho");
subLanguageMap.put("chinese", "chi,zht,zhe"); // Chinese (Simplified) / Chinese (Traditional) / Chinese (bilingual)
// cache data
cache.put(cacheKey, subLanguageMap);