From 6e561a53f63ea2ae28030b3cb98f2bb86e8f16e6 Mon Sep 17 00:00:00 2001 From: Lugiad <2070109+Adri1@users.noreply.github.com> Date: Fri, 30 May 2025 20:33:38 +0200 Subject: [PATCH] Update common.ts --- src/utils/common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/common.ts b/src/utils/common.ts index eb86f551fc5..1c7ea60da16 100644 --- a/src/utils/common.ts +++ b/src/utils/common.ts @@ -445,7 +445,7 @@ export function hasAllLocalizedSprites(lang?: string): boolean { case "tr": case "ko": case "ja": - case "ca-ES": + case "ca": case "ru": return true; default: