mirror of
https://github.com/dualshock-tools/dualshock-tools.github.io.git
synced 2026-03-01 11:19:54 +03:00
Add script that finds strings that are missing translations, and translations that are unused
This commit is contained in:
committed by
dualshock-tools
parent
25f52689e1
commit
6a2feab7bd
@@ -39,7 +39,8 @@ def process_file(filename):
|
||||
x[i] = ""
|
||||
modified = True
|
||||
|
||||
del x[""]
|
||||
if "" in x:
|
||||
del x[""]
|
||||
empties = []
|
||||
for i in x:
|
||||
if len(x[i].strip()) == 0:
|
||||
|
||||
Reference in New Issue
Block a user