Someone missed a comman when adding their localization
This commit is contained in:
parent
51dc1d5133
commit
552bcc90d1
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ public class Localizations {
|
||||||
LANG_RESOURCE_LOCATION + "ru_RU.xml",
|
LANG_RESOURCE_LOCATION + "ru_RU.xml",
|
||||||
LANG_RESOURCE_LOCATION + "sr_RS.xml",
|
LANG_RESOURCE_LOCATION + "sr_RS.xml",
|
||||||
LANG_RESOURCE_LOCATION + "sv_SE.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"
|
LANG_RESOURCE_LOCATION + "zh_TW.xml"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue