Update common.ts

This commit is contained in:
Lugiad 2025-05-10 15:05:19 +02:00 committed by GitHub
parent ee97938c18
commit 3125f806c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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