mirror of
https://github.com/stashapp/stash.git
synced 2026-04-20 22:11:32 +02:00
Added Label for Russian Subtitle (#3300)
This commit is contained in:
parent
9351a0b2a4
commit
8bac413d74
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
]);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue