Mercurial > wow > onering3
changeset 7:4808c5e8f4f0 v3.1.1-beta
fixed the borken locale
author | Bryan McLemore <kaelten@gmail.com> |
---|---|
date | Mon, 20 Apr 2009 03:05:14 -0500 |
parents | 795455839977 |
children | d7c8e0c1db4c |
files | localization/zhTW.lua |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/localization/zhTW.lua Mon Apr 20 02:33:18 2009 -0500 +++ b/localization/zhTW.lua Mon Apr 20 03:05:14 2009 -0500 @@ -1,7 +1,7 @@ -local L = LibStub("AceLocale-3.0"):NewLocale("OneRing3", "deDE") +local L = LibStub("AceLocale-3.0"):NewLocale("OneRing3", "zhTW") if L then --[===[@non-debug@ - @localization(locale="deDE", format="lua_additive_table")@ + @localization(locale="zhTW", format="lua_additive_table")@ --@end-non-debug@]===] end