comparison zhCN.lua @ 12:2d952bc9897a

Managed to overwrite my local development copy of the project with the latest uploaded revision ... /facepalm This commit/push is the same as r11
author Xiiph
date Sat, 19 Feb 2011 19:22:44 +0100
parents 08eab3a42e0c
children
comparison
equal deleted inserted replaced
11:0ed4c1a0412e 12:2d952bc9897a
1 -- zhCN.lua 1 -- zhCN.lua
2 local L = LibStub("AceLocale-3.0"):NewLocale("ICU", "zhCN") 2 local L = LibStub("AceLocale-3.0"):NewLocale("ICU", "zhCN")
3 if not L then return end 3 if not L then return end
4 4
5 --@localization(locale="zhCN", format="lua_additive_table", same-key-is-true=true)@ 5 --@localization(locale="zhCN", format="lua_additive_table", same-key-is-true=true)@
6 --@do-not-package@
7 --@end-do-not-package@