Chariot
Chariot copied to clipboard
Localization
The initial implementation could probably get away with using lazy_static! but eventually files will need to be loaded from disk.
The idea here is to present textual data to the user in their chosen language and fall back to en_US if we don't have a particular string (or entire files) for their selected locale.