Skip to content

Commit

Permalink
fix(l10n): Remove unused strings
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Jul 5, 2024
1 parent 734ad4b commit 5a2ffab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 2 additions & 4 deletions hoyo_buddy/commands/farm.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,8 @@ async def run(self) -> None:
embed = ErrorEmbed(
self.locale,
self._translator,
title=LocaleStr(key="farm_remove_command.item_not_in_list"),
description=LocaleStr(
key="farm_remove_command.item_not_in_list_description"
),
title=LocaleStr(key="farm_remove_command.item_not_found"),
description=LocaleStr(key="farm_remove_command.item_not_found_description"),
)
await self._interaction.response.send_message(embed=embed)
return
Expand Down
2 changes: 0 additions & 2 deletions l10n/en_US.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,6 @@ exploration.waypoints: Waypoints Unlocked
exploration_command_description: View your exploration statistics in Genshin Impact
farm_add_command.item_already_in_list: Item already in list
farm_add_command.item_already_in_list_description: This item is already in your farm reminder list.
farm_remove_command.item_not_in_list: Remove item failed
farm_remove_command.item_not_in_list_description: This item is not in your farm reminder list
farm_add_command_description: Add character/weapon to be notified when its materials are farmable
farm_check.farmable_today: "Materials For {name} is Farmable Today"
farm_check.use_farm_notify: "Use /farm reminder to configure reminder settings\nUse /farm view to view all items farmable today"
Expand Down

0 comments on commit 5a2ffab

Please sign in to comment.