mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-29 21:18:17 +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
|
||||
{
|
||||
protected static readonly langs = {
|
||||
public static readonly langs = {
|
||||
'en-us': 'English(US)',
|
||||
'ja-jp': 'Japanese',
|
||||
'ko-kr': 'Korean',
|
||||
|
|
Loading…
Reference in a new issue