빠진 파일 추가

This commit is contained in:
Langley
2025-08-18 21:44:23 +09:00
parent f186571106
commit 9061891fe3
4 changed files with 295 additions and 1 deletions

View File

@ -1,3 +1,5 @@
0. `npm install` 를 cmd 명령으로 실행
---
1. 번역에 사용할 기본 po 파일을 프로젝트 폴더 최상단에 복사한다
2. main.js 에서 ROOT_NAME 에 po 파일이름 부분을 적는다. 예제: LocalText.po => const ROOT_NAME = "LocalText"
3. `npm run start` 를 cmd 명령으로 실행