feat: i18n

This commit is contained in:
Zamitto
2025-05-17 19:24:02 -03:00
parent ee916b998a
commit 15ddc71445
3 changed files with 5 additions and 3 deletions

View File

@@ -290,7 +290,7 @@ export function SettingsGeneral() {
className="settings-general__test-achievement-notification-button"
onClick={() => window.electron.showAchievementTestNotification()}
>
Test Notification
{t("test_notification")}
</Button>
</>
)}