Modules§
Macros§
- fluent_
args - A helper macro to simplify creation of FluentArgs.
Structs§
- Find
Manifests 🔒 - Fluent
Args - Fluent messages can use arguments in order to programmatically add values to a translated string. For instance, in a localized application you may wish to display a user’s email count. This could be done with the following message.
- Font
- Store font metadata
- Language 🔒
- Store internationalization data
- Language
Metadata - How a language can be described
- Localization
Guard - RAII guard returned from
LocalizationHandle::read()
, resembles [AssetGuard
] - Localization
Handle - The central data structure to handle localization in Veloren
- Localization
List 🔒
Enums§
- Fluent
Value - The
FluentValue
enum represents values which can be formatted to a String.
Constants§
- REFERENCE_
LANG - The reference language, aka the more up-to-date localization data. Also the default language at first startup.
Functions§
- list_
localizations - Load all the available languages located in the voxygen asset directory
Type Aliases§
- Fonts
- Store font metadata
- Localization
- Read
LocalizationGuard