Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.

st-l10n/martian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stationeers localication tools

Tools that prepare localization resources.

Usage

# install
$ go get github.com/st-10n/martian
# prepare environment
$ mkdir locales
$ export INPUT_DIR=~/.local/share/Steam/steamapps/common/Stationeers/rocketstation_Data/StreamingAssets/Language/
# generate locales (--limit is optional param)
$ martian gen --input $INPUT_DIR -o locales --limit en,sk,ru,de
postfixes: [.xml _keys.xml _tips.xml]
Language: Russian
  prefix: russian
  code: RU
  locale: ru
  entries: 1641
Language: English
  prefix: english
  code: EN
  locale: en
  entries: 1651
Language: German
  prefix: german
  code: DE
  locale: de
  entries: 1553
Language: Slovak
  prefix: slovak
  code: SK
  locale: sk
  entries: 1266