From 96d644728180e4fe7ca9530756d434eca348b672 Mon Sep 17 00:00:00 2001 From: Marco <4279489-marco_a@users.noreply.gitlab.com> Date: Mon, 27 Apr 2020 15:12:52 +0200 Subject: [PATCH] Homepage, Italian translation added --- _it/index.md | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/_it/index.md b/_it/index.md index 630dc92..f7cd1f0 100644 --- a/_it/index.md +++ b/_it/index.md @@ -8,28 +8,29 @@ idx: 0.1 ---
-

Minetest Modding Book

+

Minetest: Libro del Modding

- by - with editing by Shara + di + con modifiche di Shara + traduzione italiana di Zughy
-## Introduction +## Introduzione -Minetest uses Lua scripts to provide modding support. -This book aims to teach you how to create your own mods, starting from the basics. -Each chapter focuses on a particular part of the API, and will soon get you making -your own mods. +Il modding su Minetest è supportato grazie a script in Lua. +Questo libro mira a insegnarti come creare le tue mod, iniziando dalle basi. +Ogni capitolo si concentra su un punto specifico dell'API, e ti porterà presto +a fare le tue mod. -As well as [reading this book online](https://rubenwardy.com/minetest_modding_book), -you can also [download it in HTML form](https://github.com/rubenwardy/minetest_modding_book/releases). +Oltre che [leggere questo libro online](https://rubenwardy.com/minetest_modding_book), +puoi anche [scaricarlo in HTML](https://github.com/rubenwardy/minetest_modding_book/releases). -### Feedback and Contributions +### Feedback e Contributi -Noticed a mistake, or want to give feedback? Make sure to tell me about it. +Hai notato un errore o vuoi dare un feedback? Assicurati di farmelo presente. -* Create a [GitHub Issue](https://github.com/rubenwardy/minetest_modding_book/issues). -* Post in the [Forum Topic](https://forum.minetest.net/viewtopic.php?f=14&t=10729). -* [Contact me](https://rubenwardy.com/contact/). -* Fancy contributing? - [Read the README](https://github.com/rubenwardy/minetest_modding_book/blob/master/README.md). +* Crea una [Issue su GitLab](https://gitlab.com/rubenwardy/minetest_modding_book/-/issues). +* Posta nel [Topic sul Forum](https://forum.minetest.net/viewtopic.php?f=14&t=10729). +* [Contattami (in inglese)](https://rubenwardy.com/contact/). +* Voglia di contribuire? + [Leggi il README](https://gitlab.com/rubenwardy/minetest_modding_book/-/blob/master/README.md).