Crate veloren_client_i18n

Source

Modules§

error 🔒
raw 🔒

Macros§

fluent_args
A helper macro to simplify creation of FluentArgs.

Structs§

FindManifests 🔒
FluentArgs
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
LanguageMetadata
How a language can be described
LocalizationGuard
RAII guard returned from LocalizationHandle::read(), resembles [AssetGuard]
LocalizationHandle
The central data structure to handle localization in Veloren
LocalizationList 🔒

Enums§

FluentValue
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