LiveSplit / livesplit-core

livesplit-core is a library that provides a lot of functionality for creating a speedrun timer.
https://livesplit.org/
Apache License 2.0
212 stars 58 forks source link

Localize livesplit-core #210

Open CryZe opened 5 years ago

CryZe commented 5 years ago

We probably want to use https://github.com/projectfluent/fluent-rs for this.

CryZe commented 5 years ago

I'm really wondering if we really need fluent-rs. It seems quite complex for what we need in livesplit-core (we really just need a lookup table, most of these complex features won't be used), and we'd need to port it to no_std as well, which due to all the IO is possibly a pain to do.