From dcee0e1805cfadb298627de087791077972a04a1 Mon Sep 17 00:00:00 2001 From: Elvish_Hunter Date: Thu, 24 Mar 2016 19:01:56 +0100 Subject: [PATCH] wmllint: added male_message and female_message to translatable keys --- data/tools/wmllint | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/data/tools/wmllint b/data/tools/wmllint index f2942c5cae3f..99ee02716757 100755 --- a/data/tools/wmllint +++ b/data/tools/wmllint @@ -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" )