feat(malaysia): POG 버튼명 변경 및 영문 모드 지원

'창고POG 출력' → 'POG 출력'. KO_EN 사전에 POG 출력/창고 POG
미리보기 추가해 ENG 모드서 영어 표시.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-19 00:32:23 +09:00
parent a3a1d3fbad
commit 8453c425f8
3 changed files with 5 additions and 2 deletions
@@ -32,4 +32,4 @@
<div style="display:flex;justify-content:flex-end;margin-bottom:8px;">
<button type="button" id="mys-lang-toggle" class="erp-btn erp-btn-outline">ENG</button>
</div>
<script src="/static/malaysia.js?v=20260616a"></script>
<script src="/static/malaysia.js?v=20260619a"></script>
@@ -228,7 +228,7 @@
<span class="erp-muted i18n" style="flex:1 1 auto;min-width:0;">칸을 드래그해 다른 칸으로 옮기면 구성이 이동(채워진 칸끼리는 맞교환)됩니다. 칸 번호는 그대로입니다. 인쇄할 칸은 체크 후 인쇄하세요.</span>
<a href="/malaysia/rack/export?wh={{ selected_wh }}" class="erp-btn erp-btn-outline">다운로드</a>
<button type="button" id="rv-print-btn" class="erp-btn erp-btn-outline">인쇄 미리보기</button>
<button type="button" id="rv-pog-btn" class="erp-btn erp-btn-outline">창고POG 출력</button>
<button type="button" id="rv-pog-btn" class="erp-btn erp-btn-outline">POG 출력</button>
<button type="button" id="rv-save-btn" class="erp-btn erp-btn-primary">저장</button>
</div>
{% endif %}
+3
View File
@@ -95,6 +95,9 @@
"입력된 수량이 없습니다.": "No quantities entered.",
// 표 헤더(한글만)
"이동일": "Date",
// 창고 랙 / POG
"POG 출력": "POG Print",
"창고 POG 미리보기": "Warehouse POG Preview",
};
var EN_KO = {};