lexicon icon indicating copy to clipboard operation
lexicon copied to clipboard

Localization System for GameMaker

Results 6 lexicon issues
Sort by recently updated
recently updated
newest added

See https://icu4c-demos.unicode.org/icu-bin/locexp

feature request

Currently fallback languages/locale only looks up a language/locale if a specific language/locale doesn't exist. Ideally we'd rather have a way to look up possible missing entries, and parse through those...

feature request

The idea is to extract all of the necessary unicode ranges that a font needs to render the correct characters for any piece of text.

feature request

Allow one to add their own parsers into Lexicon. Convenient for reading csv or json formats that aren't normally supported.

feature request

Current Documentation of how to use csv files is not working because json_parse() crashes when it sees [“en-US”, “en-AU”] you either need to write ['en-US', 'en-AU'] or [\“en-US\”, \“en-AU\”] like...