KO
|
EN
gitlite โ search
Search
#python
#javascript
#chatgpt
#cli
#laravel
#learning
#rest-api
#rust
#css
#html
#gpt-4
#sql
lexicon
โ 52
Open GitHub โ
Localization System for GameMaker
Download README (.md)
Explore Similar Repositories
textboxy
:
Simple textboxes for Game Maker Studio 2
TheJujuverse
:
Game starter pack for GameMaker
YUI
:
YUI - A UI system for GMS2
FMODGMS
:
๐ถ GML bindings to the FMOD Studio low-level API for GM:S and GMS2. Can be used in Windows, macOS, and Linux games.
iota
:
Miniature delta time and time dilation library for GameMaker
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
lexicon
?
Download (.md)
# Lexicon v4.1.4 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](https://github.com/TabularElf/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://tabularelf.com/lexicon/ ## Credits Created by [TabularElf](https://github.com/TabularElf). Using the [Unic](https://github.com/TabularElf/Unic) library by [TabularElf](https://github.com/TabularElf) and [JujuAdams](https://github.com/jujuadams). Code adapted from `snap_from_csv` via [SNAP](https://github.com/jujuadams/snap) by [JujuAdams](https://github.com/jujuadams) for Lexicons csv parser.