comparison locale-enUS.lua @ 1:c11ca1d8ed91

Version 0.1
author Flick <flickerstreak@gmail.com>
date Tue, 20 Mar 2007 21:03:57 +0000
parents
children f920db5fc6b1
comparison
equal deleted inserted replaced
0:4e2ce2894c21 1:c11ca1d8ed91
1 -- English localization file for ReAction
2
3 local L = AceLibrary("AceLocale-2.0"):new("ReAction")
4
5 L:RegisterTranslations("enUS", function()
6 return {
7 ["Lock"] = true,
8 }
9 end
10 )