Skip to content

Commit

Permalink
Merge pull request #37649 from AMurkin/i18n-extract-all-dynamic-lines
Browse files Browse the repository at this point in the history
Extract all npc dialogue lines for translation
  • Loading branch information
ZhilkinSerg authored Feb 3, 2020
2 parents d9e4331 + 08e12e7 commit 6921105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang/extract_json_strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,8 +544,8 @@ def extract_dynamic_line_optional(line, member, outfile):
"u_can_stow_weapon", "npc_can_stow_weapon", "u_has_weapon", "npc_has_weapon",
"u_driving", "npc_driving",
"has_pickup_list", "is_by_radio", "has_reason",
# yes/no strings for complex conditions
"yes", "no"
# yes/no strings for complex conditions, 'and' list
"yes", "no", "and"
}

def extract_dynamic_line(line, outfile):
Expand Down

0 comments on commit 6921105

Please sign in to comment.