View Single Post
02-18-24, 01:04 AM   #21
Hubb777
A Flamescale Wyrmkin
 
Hubb777's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2024
Posts: 115
Originally Posted by Fizzlemizz View Post
Your regionEventStartTime table is broken so I made what I think it might be intended to look like.

EDIT: My math foo is broken. Fixed the calculation if you logged in while the event is in progress.

As in (not very different):
I just wanted to write about this bug. But you got ahead of the curve and fixed it. Everything works. And the last question on this topic -
How do I add localization of Next event is in and until event ends labels to other languages?

Code:
            enUS = "Next event is in: %s",
	    zhCN = "下一个活动在: %s",
            deDE = "Nächste Veranstaltung ist in: %s",
Code:
            enUS = "%s until event ends",
	    zhCN = "%s 直到事件结束",
            deDE = "bis zum Ende der Veranstaltung",
I am very grateful to you for your help. I'm just on disability and can't afford a IT education. Therefore, I began to study LUA, because I found my place and friends in the world of warcraft.
  Reply With Quote