i18n for sidebar

This commit is contained in:
Zamitto 2024-06-07 14:07:15 -03:00
parent 08eda5573d
commit ceb8f164b7
3 changed files with 5 additions and 3 deletions

View file

@ -137,7 +137,7 @@ export function Sidebar() {
if (game.executablePath) {
window.electron.openGame(game.id, game.executablePath);
} else {
showWarningToast("Jogo não possui executável selecionado");
showWarningToast(t("game_has_no_executable"));
}
}
};