mirror of
https://github.com/minetest-mods/pontoons.git
synced 2025-04-30 05:11:45 -04:00
Fix get translator
This commit is contained in:
parent
a9fbd4028f
commit
d6f09189d5
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -1,4 +1,4 @@
|
|||
local S = minetest.get_translator("pontoons")
|
||||
local S = minetest.get_translator(minetest.get_current_modname())
|
||||
|
||||
-- MCL2 compatibility
|
||||
local moditems = {}
|
||||
|
|
Loading…
Add table
Reference in a new issue