Make game name and description translatable
This commit is contained in:
parent
fcb12a3920
commit
2a075a8ff1
@ -5,3 +5,4 @@ disallowed_mapgens = v5, v6, v7, valleys, carpathian, fractal, flat
|
||||
disallowed_mapgen_settings = seed
|
||||
allowed_mapgens = singlenode
|
||||
disabled_settings = enable_server, !enable_damage, creative_mode
|
||||
textdomain = tutorial_game_meta
|
||||
|
1
mods/tutorial_game_meta/init.lua
Normal file
1
mods/tutorial_game_meta/init.lua
Normal file
@ -0,0 +1 @@
|
||||
-- No code, this mod only contains locale files for the game.conf translation
|
20
mods/tutorial_game_meta/locale/template.pot
Normal file
20
mods/tutorial_game_meta/locale/template.pot
Normal file
@ -0,0 +1,20 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Tutorial (Luanti) 4.0.0\n"
|
||||
"Report-Msgid-Bugs-To: Wuzzy@disroot.org\n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
msgid "Tutorial"
|
||||
msgstr ""
|
||||
|
||||
msgid "Learn how to play Luanti."
|
||||
msgstr ""
|
||||
|
19
mods/tutorial_game_meta/locale/tutorial_game_meta.de.po
Normal file
19
mods/tutorial_game_meta/locale/tutorial_game_meta.de.po
Normal file
@ -0,0 +1,19 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Tutorial (Luanti) 4.0.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2024-11-27 18:54+0100\n"
|
||||
"Last-Translator: <Wuzzy@disroot.org>\n"
|
||||
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
|
||||
"Language: de\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
msgid "Tutorial"
|
||||
msgstr "Tutorial"
|
||||
|
||||
msgid "Learn how to play Luanti."
|
||||
msgstr "Lernen Sie, wie man Luanti spielt."
|
2
mods/tutorial_game_meta/mod.conf
Normal file
2
mods/tutorial_game_meta/mod.conf
Normal file
@ -0,0 +1,2 @@
|
||||
name = tutorial_game_meta
|
||||
description = Tutorial mod that contains translations for the tutorial metadata
|
Loading…
x
Reference in New Issue
Block a user