1
0
mirror of https://github.com/minetest-mods/intllib.git synced 2025-07-05 01:20:21 +02:00

Add minimal example mod.

This commit is contained in:
Diego Martínez
2017-01-24 00:40:48 -03:00
parent b2551f6a22
commit 172a4e127c
6 changed files with 123 additions and 0 deletions

3
intltest/intllib.lua Normal file
View File

@ -0,0 +1,3 @@
-- This file should be replaced by `intllib/lib/intllib.lua`.
return dofile(minetest.get_modpath("intllib").."/lib/intllib.lua")