Lexicon is a localization system focused around on simplifying implementation of adding translation to your GameMaker project, whether it's on the developers end or the players end! As well as giving the flexibility in on the fly string replacement, and fallbacks to other languages/locales. It supports the following:
- Substring Replacement/s. (Replacing
{0-9999}, or{name_of_variable}via structs!) - Supports CSV/JSON parsing right out of the box.
- Language/Locale fallback.
- Synchronous or Asynchronous file loading for files.
- Native plug-in system.
- Self-optimizing text elements.
- Support for various of language formating via the Unic library. Including datetime, time, date, number, currency, percentage, integer, and more!
- Automatic font resolution between languages.
- Support for setting per-language fonts w/ categories.
- Support for setting per-language assets.
For more information, check out the documentation! https://docs.tabularelf.com/lexicon/
Created by TabularElf.
Using the Unic library by TabularElf and JujuAdams.
Code adapted from snap_from_csv via SNAP by JujuAdams for Lexicons csv parser.