mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-01-01 22:47:19 +03:00
Make langs public in Voice
This commit is contained in:
parent
3abd53753d
commit
4cd514457c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class Stream extends AbstractInstaller
|
||||||
|
|
||||||
export default class Voice
|
export default class Voice
|
||||||
{
|
{
|
||||||
protected static readonly langs = {
|
public static readonly langs = {
|
||||||
'en-us': 'English(US)',
|
'en-us': 'English(US)',
|
||||||
'ja-jp': 'Japanese',
|
'ja-jp': 'Japanese',
|
||||||
'ko-kr': 'Korean',
|
'ko-kr': 'Korean',
|
||||||
|
|
Loading…
Reference in a new issue