vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 --[[ THIS FILE IS ENCODED IN UTF-8 ]]--
2  
3 --[[
4 Bagnon Localization file
5  
6 TODO:
7 Add some frame strings and other things
8 I could probably Babelfish the translation, but most likely it would insult someone's
9 mother or something.
10 --]]
11  
12 --[[
13 Chinese (Traditional) by che
14 --]]
15  
16 if ( GetLocale() == "zhTW" ) then
17 --fifth return for GetItemInfo(id)
18 BAGNON_ITEMTYPE_CONTAINER = "容器";
19  
20 --sixth return for GetItemInfo(id)
21 BAGNON_SUBTYPE_SOULBAG = "靈魂碎片背包";
22 BAGNON_SUBTYPE_BAG = "容器";
23 end