mirror of
https://github.com/pyrollo/display_modpack.git
synced 2025-06-28 14:16:19 +02:00
Release 2017-08-26
This commit is contained in:
@ -2,6 +2,8 @@
|
||||
|
||||
This mod provides clocks that display real ingame time.
|
||||
|
||||
For more information, see the [forum topic](https://forum.minetest.net/viewtopic.php?f=11&t=13563) at the Minetest forums.
|
||||
|
||||
**Dependancies**: display_lib, default
|
||||
|
||||
**License**: Code under LGPL, textures under CC-BY-SA
|
||||
|
4
ontime_clocks/copyright.txt
Normal file
4
ontime_clocks/copyright.txt
Normal file
@ -0,0 +1,4 @@
|
||||
Code, Textures and Models by Pierre-Yves Rollo (pyrollo)
|
||||
intllib support (i18n) by fat115
|
||||
intllib fallback code and tools by Diego Martínez (kaeza)
|
||||
|
@ -19,11 +19,11 @@
|
||||
--]]
|
||||
|
||||
ontime_clocks = {}
|
||||
ontime_clocks.path = minetest.get_modpath("ontime_clocks")
|
||||
ontime_clocks.name = minetest.get_current_modname()
|
||||
ontime_clocks.path = minetest.get_modpath(ontime_clocks.name)
|
||||
|
||||
-- Load support for intllib.
|
||||
local MP = minetest.get_modpath(minetest.get_current_modname())
|
||||
local S, NS = dofile(MP.."/intllib.lua")
|
||||
local S, NS = dofile(ontime_clocks.path.."/intllib.lua")
|
||||
ontime_clocks.intllib = S
|
||||
|
||||
dofile(ontime_clocks.path.."/common.lua")
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-05 09:50+0200\n"
|
||||
"POT-Creation-Date: 2017-08-26 11:21+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
Reference in New Issue
Block a user