minetest_poi/categories.lua

20 lines
309 B
Lua
Raw Permalink Normal View History

2019-11-21 09:21:41 -08:00
-- Load support for intllib.
S = poi.get_translator
2017-07-14 12:02:30 -07:00
--[[
**************************
** Categories for PoI **
**************************
--]]
2017-07-14 12:32:27 -07:00
poi_categories = {
2019-11-21 09:21:41 -08:00
S("General"),
S("Buildings"),
S("Markets"),
S("Landscapes"),
S("Caves"),
S("Museums"),
S("Education"),
S("Recreation")
2017-07-14 12:02:30 -07:00
}