veloren/assets/voxygen/i18n/en/hud/sct.ron

15 lines
281 B
Rust
Raw Normal View History

/// WARNING: Localization files shall be saved in UTF-8 format without BOM
/// Localization for "global" English
(
string_map: {
// SCT outputs
"hud.sct.experience": "{amount} Exp",
"hud.sct.block": "BLOCKED",
2021-08-01 07:31:03 +00:00
},
vector_map: {
}
)