From 578074e78bd80dae6b01bade1b5edc3dc89656e8 Mon Sep 17 00:00:00 2001 From: ackis Date: Fri, 20 Mar 2009 05:49:53 +0000 Subject: [PATCH] Final commit, had to do three because shit has gotten messed up when using the same names over. --- Locals/ARLLocals-enUS.lua | 48 +++++++++++++++++++++++++++++++++++++++++++++ Locals/temp.lua | 48 --------------------------------------------- 2 files changed, 48 insertions(+), 48 deletions(-) create mode 100644 Locals/ARLLocals-enUS.lua delete mode 100644 Locals/temp.lua diff --git a/Locals/ARLLocals-enUS.lua b/Locals/ARLLocals-enUS.lua new file mode 100644 index 0000000..e890c5d --- /dev/null +++ b/Locals/ARLLocals-enUS.lua @@ -0,0 +1,48 @@ +--[[ + +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. + +The translations will be auto-generated by the localization application. + +**************************************************************************************** +]]-- + +--[[ +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 debug = false +--@debug@ +debug = true +--@end-debug@ + +local L = LibStub("AceLocale-3.0"):NewLocale("Ackis Recipe List", "enUS", true, debug) + +if not L then return end + +--@localization(locale="enUS", format="lua_additive_table", handle-unlocalized="english", escape-non-ascii=false, same-key-is-true=true)@ \ No newline at end of file diff --git a/Locals/temp.lua b/Locals/temp.lua deleted file mode 100644 index e890c5d..0000000 --- a/Locals/temp.lua +++ /dev/null @@ -1,48 +0,0 @@ ---[[ - -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. - -The translations will be auto-generated by the localization application. - -**************************************************************************************** -]]-- - ---[[ -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 debug = false ---@debug@ -debug = true ---@end-debug@ - -local L = LibStub("AceLocale-3.0"):NewLocale("Ackis Recipe List", "enUS", true, debug) - -if not L then return end - ---@localization(locale="enUS", format="lua_additive_table", handle-unlocalized="english", escape-non-ascii=false, same-key-is-true=true)@ \ No newline at end of file -- 1.7.9.5