i18n: Fix extract.py after #17440
As discussed in https://github.com/godotengine/godot/pull/17440#discussion_r212277597
This commit is contained in:
parent
87958e7ada
commit
d1497b720e
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,8 @@ msgstr ""
|
|||
|
||||
def process_file(f, fname):
|
||||
|
||||
global main_po, unique_str, unique_loc
|
||||
|
||||
l = f.readline()
|
||||
lc = 1
|
||||
while (l):
|
||||
|
|
Loading…
Reference in a new issue