wmllint: added special_note to the translatable keys tuple
This commit is contained in:
parent
6a68836d25
commit
0ef5b9f6d9
1 changed files with 2 additions and 1 deletions
|
@ -1120,7 +1120,8 @@ def is_translatable(key):
|
|||
"option_description", "option_name", "order", "plural_name", "prefix",
|
||||
"reason", "set_description", "source", "story", "summary", "victory_string",
|
||||
"defeat_string", "gold_carryover_string", "notes_string", "text", "title",
|
||||
"title2", "tooltip", "translator_comment", "user_team_name", "side_name"
|
||||
"title2", "tooltip", "translator_comment", "user_team_name", "side_name",
|
||||
"special_note"
|
||||
)
|
||||
return key in translatables or (key.startswith(("type_", "range_")) and key != "type_adv_tree")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue