Update common.ts

This commit is contained in:
Lugiad 2025-05-30 20:33:38 +02:00 committed by GitHub
parent 313e547963
commit 6e561a53f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -445,7 +445,7 @@ export function hasAllLocalizedSprites(lang?: string): boolean {
case "tr": case "tr":
case "ko": case "ko":
case "ja": case "ja":
case "ca-ES": case "ca":
case "ru": case "ru":
return true; return true;
default: default: