mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
15 lines
349 B
Plaintext
15 lines
349 B
Plaintext
/// WARNING: Localization files shall be saved in UTF-8 format without BOM
|
|
(
|
|
string_map: {
|
|
"hud.crafting": "Tworzenie",
|
|
"hud.crafting.recipes": "Receptury",
|
|
"hud.crafting.ingredients": "Składniki:",
|
|
"hud.crafting.craft": "Stwórz",
|
|
"hud.crafting.tool_cata": "Wymaga:",
|
|
},
|
|
|
|
|
|
vector_map: {
|
|
}
|
|
)
|