Make ignore/noconvert work for pangoization
This commit is contained in:
parent
b7b3d320bf
commit
c8e1f39da3
1 changed files with 1 additions and 1 deletions
|
@ -1275,7 +1275,7 @@ def global_sanity_check(filename, lines):
|
|||
if capitalization_error.search(lines[i]):
|
||||
print '"%s", line %d: probable capitalization or punctuation error' \
|
||||
% (filename, i+1)
|
||||
if key == "message" and in_message and not in_option:
|
||||
if key == "message" and in_message and not in_option and not ("wmllint: ignore" in comment or "wmllint: noconvert" in comment):
|
||||
lines[i] = pangoize(lines[i], filename, i)
|
||||
else:
|
||||
if (in_scenario or in_multiplayer) and key == "id":
|
||||
|
|
Loading…
Add table
Reference in a new issue