mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-28 03:02:24 +02:00
Update src/ui/title-ui-handler.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
7f5001922d
commit
194e07e41d
@ -82,7 +82,7 @@ export default class TitleUiHandler extends OptionSelectUiHandler {
|
|||||||
const startDate = new Date(1738994400000).toLocaleString();
|
const startDate = new Date(1738994400000).toLocaleString();
|
||||||
const endDate = new Date(1739167200000).toLocaleString();
|
const endDate = new Date(1739167200000).toLocaleString();
|
||||||
const localizedAnnouncementString: { [key: string]: string } = {
|
const localizedAnnouncementString: { [key: string]: string } = {
|
||||||
"en": ` - INFORMATION - \nA maintenance is scheduled for the following period:\n${startDate} until ${endDate}\nEnd date and hour are an estimate.\nMaintenance may end at an earlier or later time.`,
|
"en": ` - INFORMATION - \nServer maintenance is scheduled for the following period:\n${startDate} until ${endDate}\nEnd date and hour are an estimate.\nMaintenance may end at an earlier or later time.`,
|
||||||
"de": ` - INFORMATION - German test:\n${startDate} until ${endDate}`,
|
"de": ` - INFORMATION - German test:\n${startDate} until ${endDate}`,
|
||||||
"es-ES":"",
|
"es-ES":"",
|
||||||
"fr":"",
|
"fr":"",
|
||||||
|
Loading…
Reference in New Issue
Block a user