view Localization/zhCN.lua @ 96:6b40b19506e4

Added new module: Indicator. This module will show / hide the mail icon based on the amount of mail still waiting for you at the server.
author Zerotorescue
date Sun, 26 Sep 2010 15:10:28 +0200
parents bd12153b6c7a
children a5f725b9492c
line wrap: on
line source
local L = LibStub("AceLocale-3.0"):NewLocale("MailOpener", "zhCN");
if not L then return; end

-- Core
--@localization(locale="zhCN", format="lua_additive_table", same-key-is-true=true, namespace="", handle-subnamespaces="none")@

-- BeanCounterSupport
--@localization(locale="zhCN", format="lua_additive_table", same-key-is-true=true, namespace="BeanCounterSupport", handle-subnamespaces="none")@

-- Collected
--@localization(locale="zhCN", format="lua_additive_table", same-key-is-true=true, namespace="Collected", handle-subnamespaces="none")@

-- Config
--@localization(locale="zhCN", format="lua_additive_table", same-key-is-true=true, namespace="Config", handle-subnamespaces="none")@

-- FailSafe
--@localization(locale="zhCN", format="lua_additive_table", same-key-is-true=true, namespace="FailSafe", handle-subnamespaces="none")@

-- OpenAll
--@localization(locale="zhCN", format="lua_additive_table", same-key-is-true=true, namespace="OpenAll", handle-subnamespaces="none")@