Specify available langs for yots event banner (#5202)

This commit is contained in:
AJ Fontaine 2025-01-28 19:09:50 -05:00 committed by GitHub
parent 7ee573937e
commit 9fb9bb7e5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ const timedEvents: TimedEvent[] = [
endDate: new Date(Date.UTC(2025, 1, 3, 0)), endDate: new Date(Date.UTC(2025, 1, 3, 0)),
bannerKey: "yearofthesnakeevent-", bannerKey: "yearofthesnakeevent-",
scale: 0.21, scale: 0.21,
availableLangs: [], availableLangs: [ "en", "de", "it", "fr", "ja", "ko", "es-ES", "pt-BR", "zh-CN" ],
eventEncounters: [ eventEncounters: [
{ species: Species.EKANS }, { species: Species.EKANS },
{ species: Species.ONIX }, { species: Species.ONIX },