minetest_poi-cd2025/categories.lua

20 lines
309 B
Lua
Raw Normal View History

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