vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 if not ace:LoadTranslation("Timex") then
2 TimexLocals = {}
3  
4 --<< ================================================= >>--
5 -- Section I: The Chat Options. --
6 --<< ================================================= >>--
7  
8 TimexLocals.ChatCmd = {"/timex", "/tmx"}
9 TimexLocals.ChatOpt = {
10 {
11 option = "debug",
12 desc = "Toggles debugging",
13 method = "Debug",
14 input = false
15 },
16 }
17  
18 --<< ================================================= >>--
19 -- Section II: AddOn Information. --
20 --<< ================================================= >>--
21  
22 TimexLocals.Title = "Timex"
23 TimexLocals.Version = "RA.23"
24 TimexLocals.Desc = "A timing system, yay!"
25  
26 TimexLocals.TimexBar_Title = "TimexBar"
27  
28 --<< ================================================= >>--
29 -- Section Omega: Closure. --
30 --<< ================================================= >>--
31  
32 end