Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added games/tutorial/hu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions games/tutorial/main-hu.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
LANG='hu'
include 'tutorial'
fmt.quotes = false
4 changes: 4 additions & 0 deletions games/tutorial/main3.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
-- $Name(de):Einführung$
-- $Name(es):Tutorial$
-- $Name(fr):Tutoriel$
-- $Name(hu):Tutorial$
-- $Name(it):Tutorial$
-- $Name(pt):Tutorial$
-- $Name(nl):Snelstart Training$
Expand All @@ -17,6 +18,7 @@ local tut_lang = {
es = 'Idioma',
pt = 'Linguagem',
fr = 'Langue',
hu = 'Nyelv',
de = 'Sprache',
nl = 'Taal',
}
Expand All @@ -29,6 +31,7 @@ local tut_title = {
es = 'Tutorial',
pt = 'Tutorial',
fr = 'Tutoriel',
hu = 'Tutorial',
de = 'Einführung',
nl = 'Snelstart Training',
}
Expand Down Expand Up @@ -57,6 +60,7 @@ room {
{$fmt img|br.png} {@ load pt|Português}^
{$fmt img|it.png} {@ load it|Italiano}^
{$fmt img|fr.png} {@ load fr|Français}^
{$fmt img|hu.png} {@ load hu|Magyar}^
{$fmt img|de.png} {@ load de|Deutsch}^
{$fmt img|nl.png} {@ load nl|Nederlands}]]
);
Expand Down
Loading