Added Label for Russian Subtitle (#3300)

This commit is contained in:
CJ 2023-01-02 15:53:39 -06:00 committed by GitHub
parent 9351a0b2a4
commit 8bac413d74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,7 @@ export const languageMap = new Map<string, string>([
["ko", "한국인"],
["nl", "Holandés"],
["pt", "Português"],
["ru", "Русский"],
["00", "Unknown"], // stash reserved language code
]);