wmllint: added side_name to the list of translatable keys

(cherry-picked from commit 8bea419899)
This commit is contained in:
Elvish_Hunter 2018-08-09 19:53:06 +02:00
parent 0ccf6ae1ea
commit 8b32f89a1f

View file

@ -1111,7 +1111,7 @@ def is_translatable(key):
"option_description", "option_name", "order", "plural_name", "prefix",
"set_description", "source", "story", "summary", "victory_string",
"defeat_string", "gold_carryover_string", "notes_string", "text", "title",
"title2", "tooltip", "translator_comment", "user_team_name"
"title2", "tooltip", "translator_comment", "user_team_name", "side_name"
)
return key in translatables or (key.startswith(("type_", "range_")) and key != "type_adv_tree")