mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
a606313856
Fix tooltip being red. multiple fixes, started translation change exp giving items adjust loot tables adjust combat rating indicators fix group frame offsets
15 lines
285 B
Plaintext
15 lines
285 B
Plaintext
/// 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: {
|
|
}
|
|
)
|