From 64691f7432512048937bf243f49ac64d1a6fd992 Mon Sep 17 00:00:00 2001 From: ackis Date: Fri, 9 Jan 2009 01:16:21 +0000 Subject: [PATCH] Testing out the new autolocale system wheeee! --- Locals/testenUS.lua | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 Locals/testenUS.lua diff --git a/Locals/testenUS.lua b/Locals/testenUS.lua new file mode 100644 index 0000000..476b52c --- /dev/null +++ b/Locals/testenUS.lua @@ -0,0 +1,41 @@ +--[[ + +ARLLocals-enUS.lua + +enUS localization strings for Ackis Recipe List + +File date: @file-date-iso@ +File revision: @file-revision@ +Project revision: @project-revision@ +Project version: @project-version@ + +Original translated by: Ackis +Currently maintained by: Ackis + +Please make sure you update the ToC file with any translations. + +Please update http://www.wowace.com/projects/arl/localization/enUS/ for any translation +additions or changes. + +**************************************************************************************** +]]-- + +--[[ +Locale schema + * single and double words are just fine, anything longer should have a tag + * tag name rules: + * tags should be ALL_CAPITAL_LETTERS with words separated with _'s + * descriptions are typically used in tooltips and header in sections + * short descriptions will end in _DESC + * long descriptions will end in _LONG + * don't include the object being described in the name (no _TOGGLE or _TT) since it + can be used several times to describe different objects (in theory) + * group related elements together, either by their location in the GUI/config, + or by purpose (Weapon categories, etc) +]]-- + +local L = LibStub("AceLocale-3.0"):NewLocale("Ackis Recipe List", "enUS", true) + +if not L then return end + +--@localization(locale="enUS", format="lua_additive_table", handle-unlocalized="english", escape-non-ascii="false")@ -- 1.7.9.5