0 of 0

File information

Last updated

Original upload

Created by

hackflow

Uploaded by

hackflow

Virus scan

Safe to use

Tags for this mod

About this mod

A framework to create mod translations without changing the mod itself

Requirements
Permissions and credits
Changelogs
This is a framework mod aimed to facilitate translating Battle Brother mods to various languages. Design goals:
  • be easy to use and maintain
  • work on top of unmodified mods
  • no central infrastructure required
  • untie translation cycle from mod release cycle
  • flexibility of packaging: bundle with mod, separate mod, translations pack
Currently all the translation is done in squirrel by intercepting strings either at the squirrel/js border or earlier if that is easier to implement.

Usage and docs are here.

Requires Modern Hooks and stdlib to work.