wmllint: added side_name to the list of translatable keys
(cherry-picked from commit 8bea419899
)
This commit is contained in:
parent
0ccf6ae1ea
commit
8b32f89a1f
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue