wmllint: added male_message and female_message to translatable keys
This commit is contained in:
parent
15777e35e0
commit
dcee0e1805
1 changed files with 5 additions and 5 deletions
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue