Script which automatically generates gitbm localization by using the minecraft language files.
- Install yarn
yarn install
yarn run gen --lang=<code> --mcversion=<version> --location=<dir> --out=<dir>
--lang- language code--mcversion- minecraft version--location- root .minecraft directory (default: $HOME/.minecraft)--out- out directory (default: ./out)--template- template location (default: ../../template/lang.json)
| ✔️ | ✅ | ✖️ |
|---|---|---|
| Verified | Looks okay | Does not work |
en_gb✔️ru_ru✔️zh_cn✔️zh_tw✅ja_jp✅fr_fr✅es_es✅de_de✅uk_ua✖️ (grammar: з/із/зі)
- The version of the game specified needs to be launched at least once on the computer, so the assets are downloaded
- en_us cannot be used as langugage code (does not exist in assets)