From c4abafd8836729c5438872bbb8f8f3a13c328fa1 Mon Sep 17 00:00:00 2001 From: king Date: Mon, 22 Jun 2026 18:59:05 +0900 Subject: [PATCH] =?UTF-8?q?fix(malaysia):=20=EC=9D=B4=EB=8F=99=EC=9D=B4?= =?UTF-8?q?=EB=A0=A5=20=EA=B5=AC=EB=B6=84(=EB=82=B1=EA=B0=9C/=EC=BD=A4?= =?UTF-8?q?=EB=B3=B4)=20=EC=98=81=EB=AC=B8=20=EB=B2=88=EC=97=AD=20?= =?UTF-8?q?=EB=88=84=EB=9D=BD=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - malaysia.js KO_EN 사전에 구분/낱개/콤보 추가 - 구분 헤더 + 낱개/콤보 배지에 i18n 클래스 부여(영문 모드 번역 적용) - malaysia.js 캐시버전 20260622a Co-Authored-By: Claude Opus 4.8 --- app/modules/malaysia/templates/malaysia/_i18n.html | 2 +- app/modules/malaysia/templates/malaysia/movements.html | 6 +++--- app/static/malaysia.js | 3 +++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/app/modules/malaysia/templates/malaysia/_i18n.html b/app/modules/malaysia/templates/malaysia/_i18n.html index 77a4c4e..2c65ac0 100644 --- a/app/modules/malaysia/templates/malaysia/_i18n.html +++ b/app/modules/malaysia/templates/malaysia/_i18n.html @@ -32,4 +32,4 @@
- + diff --git a/app/modules/malaysia/templates/malaysia/movements.html b/app/modules/malaysia/templates/malaysia/movements.html index 21f107d..c677932 100644 --- a/app/modules/malaysia/templates/malaysia/movements.html +++ b/app/modules/malaysia/templates/malaysia/movements.html @@ -144,16 +144,16 @@
- + {% for m in movements %} diff --git a/app/static/malaysia.js b/app/static/malaysia.js index 35b5353..1f2a304 100644 --- a/app/static/malaysia.js +++ b/app/static/malaysia.js @@ -62,6 +62,9 @@ "낱개 상품": "Single Products", "콤보 상품": "Combo Products", "이동 이력": "Movement History", + "구분": "Kind", + "낱개": "Single", + "콤보": "Combo", "전체": "All", "날짜해제": "Clear date", "이동 이력이 없습니다.": "No movements.",
Date구분TypeItemQtyMemoBy
Date구분TypeItemQtyMemoBy
{{ m.date_label }} {% if m.kind == 'set' %} - 콤보 + 콤보 {% else %} - 낱개 + 낱개 {% endif %} {{ m.movement_type }}