Skip to content

Repository files navigation

UE PO Translator

언리얼 엔진 로컬라이제이션(.po) 파일 AI 번역 도구

License: MIT Next.js TypeScript

English | 한국어

.po 파일을 업로드하고 AI로 자동 번역한 후, 검토하고 다운로드하세요.

Main Interface

빠른 시작

프로젝트 설치

# 저장소 클론
git clone https://github.com/genorca/ue-po-translator.git
cd ue-po-translator

# 의존성 설치
npm install

API 키 설정

방법 A: 환경 변수 사용 (권장)

cp .env.example .env
# .env 파일을 열고 VARCO API 키 입력
VARCO_API_KEY=your_api_key_here
VARCO_GAME_CODE=linw

방법 B: 웹 UI에서 입력

환경 변수 설정을 건너뛰고, 웹 UI의 Settings에서 개인 API 키를 입력할 수 있습니다.

서버 실행

npm run dev

브라우저에서 http://localhost:3000 접속

사용 방법

  1. 파일 업로드 - .po 파일을 드래그 앤 드롭 또는 클릭하여 선택
  2. 번역 실행 - "Translate All" 버튼으로 미번역 항목 자동 번역
  3. 검토 및 수정 - 테이블에서 번역 결과 확인 및 수정
  4. 다운로드 - 번역된 .po 파일 다운로드
  5. Import - UE Localization Dashboard에서 Import

기여하기

기여를 환영합니다. 다음 절차를 따라주세요:

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

라이선스

MIT 라이선스 - 자세한 내용은 LICENSE 파일을 참조하세요.

About

AI-powered translation tool for Unreal Engine localization files

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages