Commit 1470e3e5 by sikang

update string

parent f100660b
......@@ -17,9 +17,7 @@ def decrypt(path):
with open(path, "w") as f_w:
for line in lines:
if "<string" in line and "</string>\n" in line and "<!" not in line:
if "*keep*" in line:
line = line.replace("*keep*", "")
else:
if "*keep*" not in line:
line = line.replace("</string>\n", "")
str_name = line.split(">")[0] + ">"
str_value = line.split(">")[1]
......
......@@ -21,7 +21,7 @@
<string name="text_completed">Lengkap</string>
<string name="text_certification2">Bukti</string>
<string name="text_me">Saya</string>
<string name="text_can_not_login">*keep*Tidak bisa masuk? Klik disini</string>
<string name="text_can_not_login">Tidak bisa masuk? Klik disini</string><!--*keep*-->
<string name="loan_duration">Durasi Pinjaman</string>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment