From ee46c095095869672eeefda11719b97049eaf6b3 Mon Sep 17 00:00:00 2001 From: Lugiad <2070109+Adri1@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:41:02 +0100 Subject: [PATCH] Update utils.ts --- src/utils.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils.ts b/src/utils.ts index be0aec84ecd..1675d24b442 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -460,6 +460,7 @@ export function hasAllLocalizedSprites(lang?: string): boolean { case "zh-CN": case "zh-TW": case "pt-BR": + case "ro": case "ko": case "ja": return true;