Skip to content

Commit

Permalink
Feat: add part configuration strings (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haato3o authored Aug 14, 2024
1 parent 136cb5b commit 2dd1525
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions localization/en-us.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1249,6 +1249,16 @@
String="Unselect All" />
<Generic Id="BACK_STRING"
String="Back" />
<Generic Id="MONSTER_PART_GROUPS_STRING"
String="PART GROUPS" />
<Generic Id="MONSTER_PARTS_COUNT_STRING"
String="parts" />
<Generic Id="MONSTER_PARTS_STRING"
String="PARTS" />
<Generic Id="MONSTER_AILMENTS_STRING"
String="AILMENTS" />
<Generic Id="MONSTER_OVERRIDE_STRING"
String="Create monster rules" />
</Generics>
<Dialogs>
<!-- Do not edit the text inside {} -->
Expand Down Expand Up @@ -1459,6 +1469,9 @@
<Setting Id="ENABLE_SELF_UPDATE_CONFIRMATION"
String="Show self update confirmation"
Description="If enabled, HunterPie will ask permission to self update." />
<Setting Id="MONSTER_GLOBAL_SETTINGS_STRING"
String="Global settings"
Description="Apply settings globally to all monsters." />
<Setting Id="SUPPORTER_SECRET_TOKEN_STRING"
String="Supporter token"
Description="Supporter token for getting beta updates." />
Expand Down

0 comments on commit 2dd1525

Please sign in to comment.