Thread Tools Display Modes
Prev Previous Post   Next Post Next
02-18-24, 01:04 AM   #19
Hubb777
A Flamescale Wyrmkin
 
Hubb777's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2024
Posts: 122
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
 

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Timer with an interval of 1 hour and 30 minutes


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off