Crate azalea_language

Crate azalea_language 

Source
Expand description

§azalea-language

Translate Minecraft strings from their IDs.

§Examples

assert_eq!(azalea_language::get("translation.test.none"), Some("Hello, world!"));

Functions§

get
Get the string for the given translation ID.