Skip to content

Commit

Permalink
Feat: Added missing strings and clock widget string (#96)
Browse files Browse the repository at this point in the history
* Feat: Added missing strings and clock widget string

* Style: Ran prettify XML
  • Loading branch information
Haato3o committed May 21, 2024
1 parent d2eeb6d commit 3ee5937
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions localization/en-us.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1242,13 +1242,13 @@
<Generic Id="REQUIRES_RESTART_STRING"
String="(Requires Restart)" />
<Generic Id="CONFIGURATION_SYNC_AT_STRING"
String="Synchronized at"/>
String="Synchronized at" />
<Generic Id="SELECT_ALL_STRING"
String="Select All"/>
String="Select All" />
<Generic Id="UNSELECT_ALL_STRING"
String="Unselect All"/>
String="Unselect All" />
<Generic Id="BACK_STRING"
String="Back"/>
String="Back" />
</Generics>
<Dialogs>
<!-- Do not edit the text inside {} -->
Expand Down Expand Up @@ -1429,6 +1429,9 @@
<Setting Id="SWITCH_AXE_WIDGET_STRING"
String="Switch Axe Widget"
Description="Switch Axe Widget configurations" />
<Setting Id="CLOCK_WIDGET_STRING"
String="Clock Widget"
Description="Clock Widget configurations" />
<Setting Id="ACCOUNT_STRING"
String="Account"
Description="Account settings" />
Expand Down Expand Up @@ -1548,7 +1551,7 @@
Description="Controls the maximum width for the monsters health bar." />
<Setting Id="MONSTER_WIDGET_TARGET_MODE_STRING"
String="Target mode"
Description="Controls how you target a monster."/>
Description="Controls how you target a monster." />
<Setting Id="MONSTER_WIDGET_MIN_WIDTH_STRING"
String="Monster health bar minimum width"
Description="Controls the minimum width for the monsters health bar. This width will be used to calculate the dynamic size for the bars if that option is enabled." />
Expand Down Expand Up @@ -1690,6 +1693,15 @@
<Setting Id="DEV_MOCK_SPECIALIZED_TOOL_WIDGET_STRING"
String="Developer: Mock Specialized Tool widget"
Description="DO NOT ENABLE IF YOU DO NOT KNOW WHAT YOU ARE DOING." />
<Setting Id="DEV_MOCK_SWITCH_AXE_WIDGET_STRING"
String="Developer: Mock Switch Axe widget"
Description="DO NOT ENABLE IF YOU DO NOT KNOW WHAT YOU ARE DOING." />
<Setting Id="DEV_MOCK_LONG_SWORD_WIDGET_STRING"
String="Developer: Mock Longsword widget"
Description="DO NOT ENABLE IF YOU DO NOT KNOW WHAT YOU ARE DOING." />
<Setting Id="DEV_MOCK_CLOCK_WIDGET_STRING"
String="Developer: Mock Clock widget"
Description="DO NOT ENABLE IF YOU DO NOT KNOW WHAT YOU ARE DOING." />
<Setting Id="DEV_POOGIE_API_HOST_STRING"
String="Developer: Poogie API Host"
Description="DO NOT CHANGE IF YOU DO NOT KNOW WHAT YOU ARE DOING." />
Expand Down

0 comments on commit 3ee5937

Please sign in to comment.