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 @@
| Date | 구분 | Type | Item | Qty | Memo | By |
|---|---|---|---|---|---|---|
| Date | 구분 | Type | Item | Qty | Memo | By |
| {{ m.date_label }} | {% if m.kind == 'set' %} - 콤보 + 콤보 {% else %} - 낱개 + 낱개 {% endif %} | {{ m.movement_type }} | 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.",