Exclude variation_name= from translate mark checks
This commit is contained in:
parent
ce48d18dfb
commit
2832fac8c7
1 changed files with 1 additions and 1 deletions
|
@ -1672,7 +1672,7 @@ def global_sanity_check(filename, lines):
|
|||
pass
|
||||
elif key == 'letter': # May be led with _s for void
|
||||
pass
|
||||
elif key in ('name', 'male_name', 'female_name', 'value'): # FIXME: check this someday
|
||||
elif key in ('name', 'male_name', 'female_name', 'variation_name', 'value'): # FIXME: check this someday
|
||||
pass
|
||||
elif translatables.search(key):
|
||||
if markcheck and has_tr_mark and lines[i].find("\"\"")>-1:
|
||||
|
|
Loading…
Add table
Reference in a new issue