feat(malaysia): 메뉴명 '말레이시아 재고관리'로 변경 + 사이드바/헤더 영문 토글

- 메인 메뉴/라벨 '말레이시아 재고' → '말레이시아 재고관리'
- EN 토글 시 사이드바 활성 항목(말레이시아만)·상단 페이지 제목/부제 부분치환 번역
  (다른 메뉴는 그대로)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-11 18:49:46 +09:00
parent b18efcd814
commit 03929ff517
2 changed files with 34 additions and 3 deletions
+2 -2
View File
@@ -38,7 +38,7 @@ MODULE_LABELS: dict[str, str] = {
"expense": "개인경비",
"vacation": "휴가",
"cupang": "쿠팡 밀크런",
"malaysia": "말레이시아 재고",
"malaysia": "말레이시아 재고관리",
"expense_approver": "개인경비",
"vacation_approver": "휴가",
}
@@ -294,7 +294,7 @@ def _menu_items_for(user_rec: dict[str, Any]) -> list[dict[str, Any]]:
},
{
"key": "malaysia",
"title": "말레이시아 재고",
"title": "말레이시아 재고관리",
"subtitle": "Malaysia Stock",
"description": "말레이시아 창고 입출고·세트 BOM·일일 재고조사를 관리합니다.",
"url": "/malaysia/",