mirror of
https://github.com/pyrollo/display_modpack.git
synced 2025-07-08 02:50:40 +02:00
add intllib support (i18n)
-> mods ontime_clocks, signs, signs_roads & steles add french translations add updatepo.sh script to update po/pot files add specific array for full description of steles
This commit is contained in:
@ -18,6 +18,8 @@
|
||||
along with steles. If not, see <http://www.gnu.org/licenses/>.
|
||||
--]]
|
||||
|
||||
local S = steles.intllib
|
||||
|
||||
steles.materials = {
|
||||
'default:stone',
|
||||
'default:sandstone',
|
||||
@ -26,3 +28,10 @@ steles.materials = {
|
||||
'technic:granite',
|
||||
}
|
||||
|
||||
steles.materials_desc = {
|
||||
S("Stone Stele"),
|
||||
S("Sandstone Stele"),
|
||||
S("Desert Stone Stele"),
|
||||
S("Marble Stele"),
|
||||
S("Granite Stele"),
|
||||
}
|
||||
|
Reference in New Issue
Block a user