From 08cece3f67248a07430e1b250a3f728cf6fe52cf Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Mon, 6 Jan 2025 07:56:05 +0300 Subject: [PATCH] TETRAEDGE: Declare Polish and Japanese translations --- engines/tetraedge/detection.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engines/tetraedge/detection.cpp b/engines/tetraedge/detection.cpp index d5edb2a4c3ccb..77d70c7d31a79 100644 --- a/engines/tetraedge/detection.cpp +++ b/engines/tetraedge/detection.cpp @@ -46,6 +46,8 @@ static const Common::Language *getGameLanguages() { Common::ES_ESP, Common::RU_RUS, Common::HE_ISR, // This is a Fan-translation, which requires additional patch + Common::JA_JPN, + Common::PL_POL, Common::UNK_LANG }; return languages;