From 61bf6af00cefeab552ee0e1820b84ac0554bf5b5 Mon Sep 17 00:00:00 2001 From: ackis Date: Tue, 13 Jan 2009 20:52:23 +0000 Subject: [PATCH] Fix formatting a bit --- Locals/ARLLocals-deDE.lua | 2 +- Locals/ARLLocals-esMX.lua | 2 +- Locals/ARLLocals-frFR.lua | 2 +- Locals/ARLLocals-ruRU.lua | 16 +--------------- Locals/ARLLocals-zhCN.lua | 2 +- 5 files changed, 5 insertions(+), 19 deletions(-) diff --git a/Locals/ARLLocals-deDE.lua b/Locals/ARLLocals-deDE.lua index 398bd4f..a6a862d 100644 --- a/Locals/ARLLocals-deDE.lua +++ b/Locals/ARLLocals-deDE.lua @@ -28,4 +28,4 @@ local L = LibStub("AceLocale-3.0"):NewLocale("Ackis Recipe List", "deDE", false) if not L then return end ---@localization(locale="deDE", format="lua_additive_table", handle-unlocalized="ignore", escape-non-ascii=false, same-key-is-true=true)@ \ No newline at end of file +--@localization(locale="deDE", format="lua_additive_table", handle-unlocalized="ignore", escape-non-ascii=false, same-key-is-true=true)@ diff --git a/Locals/ARLLocals-esMX.lua b/Locals/ARLLocals-esMX.lua index 01e4fb7..2ebe16c 100644 --- a/Locals/ARLLocals-esMX.lua +++ b/Locals/ARLLocals-esMX.lua @@ -27,4 +27,4 @@ local L = LibStub("AceLocale-3.0"):NewLocale("Ackis Recipe List", "esMX", false) if not L then return end ---@localization(locale="esMX", format="lua_additive_table", handle-unlocalized="ignore", escape-non-ascii=false, same-key-is-true=true)@ \ No newline at end of file +--@localization(locale="esMX", format="lua_additive_table", handle-unlocalized="ignore", escape-non-ascii=false, same-key-is-true=true)@ diff --git a/Locals/ARLLocals-frFR.lua b/Locals/ARLLocals-frFR.lua index a79e624..28bef00 100644 --- a/Locals/ARLLocals-frFR.lua +++ b/Locals/ARLLocals-frFR.lua @@ -27,4 +27,4 @@ local L = LibStub("AceLocale-3.0"):NewLocale("Ackis Recipe List", "frFR") if not L then return end ---@localization(locale="frFR", format="lua_additive_table", handle-unlocalized="ignore", escape-non-ascii=false, same-key-is-true=true)@ \ No newline at end of file +--@localization(locale="frFR", format="lua_additive_table", handle-unlocalized="ignore", escape-non-ascii=false, same-key-is-true=true)@ diff --git a/Locals/ARLLocals-ruRU.lua b/Locals/ARLLocals-ruRU.lua index 6a5959c..2276f79 100644 --- a/Locals/ARLLocals-ruRU.lua +++ b/Locals/ARLLocals-ruRU.lua @@ -23,22 +23,8 @@ Please make sure you update the ToC file with any translations. **************************************************************************************** ]]-- ---[[ -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", "ruRU", true) if not L then return end ---@localization(locale="ruRU", format="lua_additive_table", handle-unlocalized="ignore", escape-non-ascii=false, same-key-is-true=true)@ \ No newline at end of file +--@localization(locale="ruRU", format="lua_additive_table", handle-unlocalized="ignore", escape-non-ascii=false, same-key-is-true=true)@ diff --git a/Locals/ARLLocals-zhCN.lua b/Locals/ARLLocals-zhCN.lua index 3726e38..f755250 100644 --- a/Locals/ARLLocals-zhCN.lua +++ b/Locals/ARLLocals-zhCN.lua @@ -28,4 +28,4 @@ local L = LibStub("AceLocale-3.0"):NewLocale("Ackis Recipe List", "zhCN", false) if not L then return end ---@localization(locale="zhCN", format="lua_additive_table", handle-unlocalized="ignore", escape-non-ascii=false, same-key-is-true=true)@ \ No newline at end of file +--@localization(locale="zhCN", format="lua_additive_table", handle-unlocalized="ignore", escape-non-ascii=false, same-key-is-true=true)@ -- 1.7.9.5