mirror of
https://gitlab.com/rubenwardy/awards.git
synced 2025-07-18 15:50:21 +02:00
translate client-side
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
-- Copyright (c) 2013-18 rubenwardy and Wuzzy. MIT.
|
||||
|
||||
local S = awards.gettext
|
||||
local S = awards.get_translator
|
||||
|
||||
|
||||
-- Saint-Maclou
|
||||
@ -468,7 +468,7 @@ if minetest.get_modpath("default") then
|
||||
|
||||
-- Marchand de sable
|
||||
awards.register_award("award_marchand_de_sable", {
|
||||
title = S("Marchand De Sable"),
|
||||
title = S("SandMan"),
|
||||
description = S("Dig 1,000 sand."),
|
||||
icon = "awards_marchand_de_sable.png",
|
||||
hud_background = "awards_bg_mining.png",
|
||||
|
Reference in New Issue
Block a user