Update utils.ts

This commit is contained in:
Lugiad 2024-12-03 15:41:02 +01:00 committed by GitHub
parent 7badac6ed3
commit ee46c09509
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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;