diff --git a/game.conf b/game.conf index e9c3f85f50..004e7ce109 100644 --- a/game.conf +++ b/game.conf @@ -1,3 +1,4 @@ title = Minetest Game description = A basic exploration, mining, crafting, and building, sandbox game with no NPCs, monsters, or animals. Minetest Game is usually used with mods added, and many mods are available for this game. Reliably maintained by Luanti core developers. min_minetest_version = 5.8 +textdomain = game_description diff --git a/mods/default/locale/default.fr.tr b/mods/default/locale/default.fr.tr index 8f694fb33c..0e83251f43 100644 --- a/mods/default/locale/default.fr.tr +++ b/mods/default/locale/default.fr.tr @@ -213,8 +213,6 @@ Mese Sword=Épée en Mese Diamond Sword=Épée en diamant Torch=Torche @1 will intersect protection on growth.=@1 chevauchera la zone protégée avec la croissance. - - ##### not used anymore ##### Dirt with Dry Grass=Terre avec de l'herbe sèche diff --git a/mods/default/locale/template.txt b/mods/default/locale/template.txt index 815c29c5e7..263c80ccc5 100644 --- a/mods/default/locale/template.txt +++ b/mods/default/locale/template.txt @@ -213,3 +213,5 @@ Mese Sword= Diamond Sword= Torch= @1 will intersect protection on growth.= +Minetest Game= +A basic exploration, mining, crafting, and building, sandbox game with no NPCs, monsters, or animals. Minetest Game is usually used with mods added, and many mods are available for this game. Reliably maintained by Luanti core developers.= diff --git a/mods/game_description/init.lua b/mods/game_description/init.lua new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/mods/game_description/init.lua @@ -0,0 +1 @@ + diff --git a/mods/game_description/locale/game_description.fr.tr b/mods/game_description/locale/game_description.fr.tr new file mode 100644 index 0000000000..b473fdee26 --- /dev/null +++ b/mods/game_description/locale/game_description.fr.tr @@ -0,0 +1,3 @@ +# textdomain: game_description +Minetest Game=Minetest Game +A basic exploration, mining, crafting, and building, sandbox game with no NPCs, monsters, or animals. Minetest Game is usually used with mods added, and many mods are available for this game. Reliably maintained by Luanti core developers.=Un jeu bac à sable basique axé sur l'exploration, l'exploitation minière, l'artisanat et la construction, sans PNJ, monstres ni animaux. Minetest Game est généralement utilisé avec des mods supplémentaires, et de nombreux mods sont disponibles pour ce jeu. Entretien fiable assuré par les développeurs principaux de Luanti. diff --git a/mods/game_description/locale/template.txt b/mods/game_description/locale/template.txt new file mode 100644 index 0000000000..6ede8a58cb --- /dev/null +++ b/mods/game_description/locale/template.txt @@ -0,0 +1,3 @@ +# textdomain: game_description +Minetest Game= +A basic exploration, mining, crafting, and building, sandbox game with no NPCs, monsters, or animals. Minetest Game is usually used with mods added, and many mods are available for this game. Reliably maintained by Luanti core developers.= diff --git a/mods/game_description/mod.conf b/mods/game_description/mod.conf new file mode 100644 index 0000000000..219b1085c1 --- /dev/null +++ b/mods/game_description/mod.conf @@ -0,0 +1 @@ +name = game_description