Skip to content

Latest commit

 

History

History
50 lines (45 loc) · 1.27 KB

README_EN.md

File metadata and controls

50 lines (45 loc) · 1.27 KB

PotBS_LangUI

Русская версия 🇷🇺

Graphic program for translating language files SOE T4.
T4 is used in games:

  • Pirates of the burning sea
  • EverQuest 2
  • PlanetSide 2
  • H1Z1
  • ...

Written in Go using gotk3

  • When saving the DAT file, the translation generates a DIR file for it..
  • Supports translation templates.
  • Support for Google Translate.
  • Support for translation checking.

Install and run

Download release
Unpack and run:

  • Windows: potbs_langui.exe
  • Linux: ./potbs_langui

Build from sourse

You need to install GTK3 development packages:

Download PotBS_LangUI:

$ go get github.com/snakesel/potbs_langui/

Go to the PotBS_LangUI directory:

$ cd $GOPATH/src/github.com/snakesel/potbs_langui/

Build:

  • Windows:
go build -ldflags "-H=windowsgui -s -w"
  • Linux:
go build

Running:

./potbs_langui