diff options
author | Diego MartÃnez <kaeza@users.noreply.github.com> | 2017-01-24 00:40:48 -0300 |
---|---|---|
committer | Diego MartÃnez <kaeza@users.noreply.github.com> | 2017-01-24 00:48:19 -0300 |
commit | 172a4e127c72c60c8be63b747e05fb6c04d1e5da (patch) | |
tree | 3249cc494ebbb2f37d7f180180dba021496e09d8 /intltest/intllib.lua | |
parent | b2551f6a2209b8a11b42834cb0d63f5c03a2b95f (diff) |
Add minimal example mod.
Diffstat (limited to 'intltest/intllib.lua')
-rw-r--r-- | intltest/intllib.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/intltest/intllib.lua b/intltest/intllib.lua new file mode 100644 index 0000000..c2eb8dc --- /dev/null +++ b/intltest/intllib.lua @@ -0,0 +1,3 @@ + +-- This file should be replaced by `intllib/lib/intllib.lua`. +return dofile(minetest.get_modpath("intllib").."/lib/intllib.lua") |