mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
4b52574750
level up message visuals and functionality Handles simultaneous skill point gains in UI.
16 lines
317 B
Plaintext
16 lines
317 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",
|
|
"hud.rank_up": "New Rank",
|
|
},
|
|
|
|
|
|
vector_map: {
|
|
}
|
|
)
|