Update utils.ts with Catalan

This commit is contained in:
Lugiad 2025-03-24 23:06:12 +01:00 committed by GitHub
parent c531719b5d
commit c9e32e5665
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -464,6 +464,7 @@ export function hasAllLocalizedSprites(lang?: string): boolean {
case "pt-BR":
case "ko":
case "ja":
case "ca-ES":
return true;
default:
return false;