Skip to content

Commit

Permalink
Add: time-unit parameters allow genders since OpenTTD#11908 (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
frosch123 authored Jan 28, 2024
1 parent 038e989 commit 0801f85
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions webtranslate/parameter_info_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@
ParameterInfo("FORCE", [PP_], 0, False, True ),
ParameterInfo("VELOCITY", [PP_], 0, False, True ),
ParameterInfo("HEIGHT", [PP_], 0, False, True ),
ParameterInfo("UNITS_DAYS_OR_SECONDS", [PP_], 0, False, True ),
ParameterInfo("UNITS_MONTHS_OR_MINUTES", [PP_], 0, False, True ),
ParameterInfo("UNITS_YEARS_OR_PERIODS", [PP_], 0, False, True ),
ParameterInfo("UNITS_YEARS_OR_MINUTES", [PP_], 0, False, True ),
ParameterInfo("UNITS_DAYS_OR_SECONDS", [PPG], 0, False, True ),
ParameterInfo("UNITS_MONTHS_OR_MINUTES", [PPG], 0, False, True ),
ParameterInfo("UNITS_YEARS_OR_PERIODS", [PPG], 0, False, True ),
ParameterInfo("UNITS_YEARS_OR_MINUTES", [PPG], 0, False, True ),

ParameterInfo("DATE_TINY", [P__], None, False, True ),
ParameterInfo("DATE_SHORT", [P__], None, True, True ),
Expand Down

0 comments on commit 0801f85

Please sign in to comment.