mirror of
https://github.com/minetest-mods/unified_inventory.git
synced 2025-06-29 23:10:45 +02:00
Update the Spanish language (#144)
Complete missing translations; error corrections. Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@ -386,7 +386,7 @@ unified_inventory.register_page("craftguide", {
|
||||
else
|
||||
-- Error
|
||||
fs[#fs + 1] = string.format("label[2,%f;%s]",
|
||||
formspecy, F(S("This recipe is too\nlarge to be displayed.")))
|
||||
formspecy, F(S("This recipe is too@nlarge to be displayed.")))
|
||||
end
|
||||
|
||||
if craft_type.uses_crafting_grid and display_size.width <= 3 then
|
||||
|
Reference in New Issue
Block a user