https://github.com/tabularelf/lexicon
Localization System for GameMaker
https://github.com/tabularelf/lexicon
api gamemaker library localization translation
Last synced: 30 days ago
JSON representation
Localization System for GameMaker
- Host: GitHub
- URL: https://github.com/tabularelf/lexicon
- Owner: tabularelf
- License: mit
- Created: 2020-10-07T12:09:15.000Z (over 4 years ago)
- Default Branch: release
- Last Pushed: 2025-02-26T15:11:24.000Z (2 months ago)
- Last Synced: 2025-02-26T15:38:05.836Z (2 months ago)
- Topics: api, gamemaker, library, localization, translation
- Language: Game Maker Language
- Homepage: https://tabelf.link/
- Size: 336 KB
- Stars: 39
- Watchers: 8
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gamemaker - lexicon - Another localization solution focused on simplifying implementation. (Localization / Recommendations)
README
# Lexicon v3.0.8
Lexicon is a localization system focused around on simplifying implementation of adding translation to your GameMaker Studio 2.3+ project, all the while allowing specific sections to be replaced on the fly!
It supports the following:* Substring Replacement/s. (Replacing `{0-9999}`, or `{name_of_variable}` via structs!)
* Substring Replacement/s via struct variables
* Adding/removing languages through built-in functionality.
* Supports CSV/JSON parsing. (As well as functions to help easily add more parsers)For more information, check out the documentation! https://docs.tabularelf.com/lexicon/