Fixed pt-BR and zh-CN
This commit is contained in:
parent
55acf0eeac
commit
d7cc8a6e5c
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
|
@ -244,7 +244,7 @@ export class LoadingScene extends SceneBase {
|
|||
} else {
|
||||
this.loadAtlas("types", "");
|
||||
}
|
||||
const availableLangs = ["en", "de", "it", "fr", "ja", "ko", "es", "pt_BR", "zh_CN"];
|
||||
const availableLangs = ["en", "de", "it", "fr", "ja", "ko", "es", "pt-BR", "zh-CN"];
|
||||
if (lang && availableLangs.includes(lang)) {
|
||||
this.loadImage("september-update-"+lang, "events");
|
||||
} else {
|
||||
|
|
|
@ -33,7 +33,7 @@ const timedEvents: TimedEvent[] = [
|
|||
xPosition: 19,
|
||||
yPosition: 115,
|
||||
scale: 0.30,
|
||||
availableLangs: ["en", "de", "it", "fr", "ja", "ko", "es", "pt_BR", "zh_CN"]
|
||||
availableLangs: ["en", "de", "it", "fr", "ja", "ko", "es", "pt-BR", "zh-CN"]
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue