Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are allowed to use the assets in this file in mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 0.1.1
hook getKilledName()
Version 0.1.0
hooks lots of stuff
literal strings, patterns and plurals
strings extractor script with optionally using Yandex Translate and Claude 3.5
russian language registered inside
fix for MSU's isWeaponType() for russian translation
have some docs
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.