the Localize file was like
"About-Privacy" = "隐私政策";
"About-Protocol" = "用户协议";
"ActiveRoadshow-Reserve" = "立即预约";
........
after a using StringZ, and append an item, it suddenly be like this
"About-Privacy" = "隐私政策";
"About-Protocol" = "用户协议";
"ActiveRoadshow-Reserve" = "立即预约";
"Another-Item" = "Useful info";
........
Could u plz do not remove extra spaces due to our project regulation
the Localize file was like
after a using StringZ, and append an item, it suddenly be like this
Could u plz do not remove extra spaces due to our project regulation