Mercurial > wow > devian
diff Locale.lua @ 66:516ceb31703d
New profile system that stores channel and tag settings for each saved AddOn list.
A boatload of structural revisions, making better use of the built-in table, and hopefully making console command issues easier to pick up.
author | Nenue |
---|---|
date | Sat, 05 Mar 2016 13:35:51 -0500 |
parents | 0d2967941745 |
children |
line wrap: on
line diff
--- a/Locale.lua Fri Mar 04 08:01:16 2016 -0500 +++ b/Locale.lua Sat Mar 05 13:35:51 2016 -0500 @@ -1,5 +1,5 @@ - -local L = Devian.L +local _, D = ... +local L = D.L L['Devian loaded on standby'] = "%s%s. Work mode |cFFFFFF00off|r. /dvn help for info." L['Devian loaded in workspace'] = "%s%s. Work mode |cFF00FF00on|r. Profile #%d loaded."