From 81f001ade455b747a9cdc87cdb2551a52f94e934 Mon Sep 17 00:00:00 2001 From: caduHD4 Date: Sun, 28 Sep 2025 02:18:35 -0300 Subject: [PATCH] fix: add 'no sources found for this game' message in translation files --- src/locales/en/translation.json | 3 ++- src/locales/pt-BR/translation.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/locales/en/translation.json b/src/locales/en/translation.json index 4542d448..52a9473d 100755 --- a/src/locales/en/translation.json +++ b/src/locales/en/translation.json @@ -245,7 +245,8 @@ "language": "Language", "caption": "Caption", "audio": "Audio", - "filter_by_source": "Filter by source" + "filter_by_source": "Filter by source", + "no_repacks_found": "No sources found for this game" }, "activation": { "title": "Activate Hydra", diff --git a/src/locales/pt-BR/translation.json b/src/locales/pt-BR/translation.json index 20e21fd5..d7e67eb1 100755 --- a/src/locales/pt-BR/translation.json +++ b/src/locales/pt-BR/translation.json @@ -222,7 +222,8 @@ "language": "Idioma", "caption": "Legenda", "audio": "Áudio", - "filter_by_source": "Filtrar por fonte" + "filter_by_source": "Filtrar por fonte", + "no_repacks_found": "Nenhuma fonte encontrada para este jogo" }, "activation": { "title": "Ativação",