mouse event 처리 중

This commit is contained in:
logonkhi
2025-06-23 20:06:15 +09:00
parent f79372b4de
commit d8e753c1a1
68 changed files with 2676 additions and 272 deletions

View File

@@ -315,7 +315,7 @@ namespace UVC.Locale
return translatedString;
}
ULog.Debug($"Translation for key '{key}' not found in language '{languageCode}' within 'words' data.");
//ULog.Debug($"Translation for key '{key}' not found in language '{languageCode}' within 'words' data.");
return null; // 해당 언어/키가 없음을 표시 (이전에는 "[languageCode:key]" 반환)
}
}