veloren/assets/voxygen/i18n/en/hud/sct.ron
Marcel Märtens 49072702bc fix #1258
2021-08-01 11:20:51 +02:00

15 lines
281 B
Rust

/// 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",
},
vector_map: {
}
)