BETA suggestion: Zone Datatext and Locales
Could you change the following things:
for the Zone datatext:
last line: DataText:Register(ZONE, Enable, Disable, Update)
into: DataText:Register(L.Datatexts.Zone, Enable, Disable, Update)
and in the Locales:
add: .Datatexts.Zone = Zone
for the current code I can't set the datatext Zone as a standard one in MaxUI with:
TukuiData[GetRealmName()][UnitName("Player")].Texts[L.DataText.Zone] = {true, 14}
If the changes are there, I can.