Skip to content

Commit

Permalink
wmllint: added male_message and female_message to translatable keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Elvish-Hunter committed Mar 24, 2016
1 parent 15777e3 commit dcee0e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions data/tools/wmllint
Expand Up @@ -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"
)
Expand Down

0 comments on commit dcee0e1

Please sign in to comment.