Someone missed a comman when adding their localization

This commit is contained in:
pahimar 2012-11-22 10:43:44 -05:00
parent 51dc1d5133
commit 552bcc90d1

View file

@ -31,7 +31,7 @@ public class Localizations {
LANG_RESOURCE_LOCATION + "ru_RU.xml",
LANG_RESOURCE_LOCATION + "sr_RS.xml",
LANG_RESOURCE_LOCATION + "sv_SE.xml",
LANG_RESOURCE_LOCATION + "zh_CN.xml"
LANG_RESOURCE_LOCATION + "zh_CN.xml",
LANG_RESOURCE_LOCATION + "zh_TW.xml"
};