Make (almost) all items translatable (#60)

* Make all items translatable

* add more
This commit is contained in:
Niklp
2023-08-22 00:47:26 +02:00
committed by GitHub
parent ecd67f0eab
commit 80b4f242e0
24 changed files with 176 additions and 24 deletions

View File

@ -1,4 +1,4 @@
local S = minetest.get_translator("plasmascreen")
local S = minetest.get_translator("homedecor_plasmascreen")
local sc_disallow = minetest.get_modpath("screwdriver") and screwdriver.disallow or nil