wmllint: added male_message and female_message to translatable keys

This commit is contained in:
Elvish_Hunter 2016-03-24 19:01:56 +01:00
parent 15777e35e0
commit dcee0e1805

View file

@ -987,12 +987,12 @@ def is_translatable(key):
translatables = (
"abbrev", "cannot_use_message", "caption", "current_player",
"currently_doing_description", "description", "description_inactive",
"editor_name", "end_text", "difficulty_descriptions",
"editor_name", "end_text", "difficulty_descriptions", "female_message",
"female_name_inactive", "female_names", "help_topic_text", "label",
"male_names", "message", "name", "name_inactive", "new_game_title",
"note", "option_description", "option_name", "order", "plural_name",
"prefix", "set_description", "source", "story", "summary",
"victory_string", "defeat_string", "gold_carryover_string",
"male_message", "male_names", "message", "name", "name_inactive",
"new_game_title", "note", "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"
)