You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: