다국어 가이드 업데이트

This commit is contained in:
kjs
2025-08-29 10:09:34 +09:00
parent 49b4b6c550
commit 11f40c3fc3
5 changed files with 473 additions and 356 deletions

View File

@@ -758,7 +758,7 @@ export const getLangText = async (
* 다국어 텍스트 배치 조회 API
*/
export const getBatchTranslations = async (
req: AuthenticatedRequest,
req: Request,
res: Response
): Promise<void> => {
try {
@@ -780,7 +780,6 @@ export const getBatchTranslations = async (
menuCode: finalMenuCode,
userLang: finalUserLang,
keyCount: langKeys?.length || 0,
user: req.user,
});
if (!langKeys || !Array.isArray(langKeys) || langKeys.length === 0) {