Add Indonesian language
Penambahan bahasa Indonesia.
This commit is contained in:
parent
a8d33c40c4
commit
cf7247b379
@ -40,6 +40,7 @@ character_editor.window = character_editor.window .. "label[0,0;Select your lang
|
||||
character_editor.window = character_editor.window .. "button[3,2;2,1;lang_EN;EN]"
|
||||
character_editor.window = character_editor.window .. "button[3,3;2,1;lang_DE;DE]"
|
||||
character_editor.window = character_editor.window .. "button[3,4;2,1;lang_FR;FR]"
|
||||
character_editor.window = character_editor.window .. "button[3,4;2,1;lang_ID;ID]"
|
||||
character_editor.window = character_editor.window .. "button[3,5;2,1;lang_TR;TR]"
|
||||
|
||||
function character_editor.show_window(player)
|
||||
@ -86,6 +87,9 @@ minetest.register_on_player_receive_fields(function(player, formname, fields)
|
||||
elseif fields["lang_FR"] then
|
||||
print("FR")
|
||||
character_editor.language[name] = "fr/"
|
||||
elseif fields["lang_ID"] then
|
||||
print("ID")
|
||||
character_editor.language[name] = "id/"
|
||||
elseif fields["lang_TR"] then
|
||||
print("TR")
|
||||
character_editor.language[name] = "tr/"
|
||||
|
4
mods/story/parts/id/quest_1.dialog
Normal file
4
mods/story/parts/id/quest_1.dialog
Normal file
@ -0,0 +1,4 @@
|
||||
Petani : Hai :)
|
||||
Petani : Bisakah Anda membantuku?
|
||||
Anda : Ya, mengapa tidak? Apa yang harus kulakukan?
|
||||
Petani : Tolong ambilkan 20 gandum untukku.
|
4
mods/story/parts/id/quest_1_done.dialog
Normal file
4
mods/story/parts/id/quest_1_done.dialog
Normal file
@ -0,0 +1,4 @@
|
||||
Petani : Terima kasih!
|
||||
Petani : Bisakah Anda menanam ulang gandumnya?
|
||||
Anda : Oke.
|
||||
Petani : Terima kasih banyak, aku sedang sibuk sekarang.
|
4
mods/story/parts/id/quest_1_done_2.dialog
Normal file
4
mods/story/parts/id/quest_1_done_2.dialog
Normal file
@ -0,0 +1,4 @@
|
||||
Petani : Terima kasih!
|
||||
Petani : Anda dapat menyimpan benih gandum dan
|
||||
mengolah roti darinya. :)
|
||||
Anda : Terima kasih. :)
|
8
mods/story/parts/id/quest_2.dialog
Normal file
8
mods/story/parts/id/quest_2.dialog
Normal file
@ -0,0 +1,8 @@
|
||||
???? : Halo.
|
||||
Anda : Hai.
|
||||
???? : Setiap petualang butuh peralatan yang baik.
|
||||
???? : Untuk peralatan yang baik, Anda butuh besi.
|
||||
???? : Anda harus menambang beberapa besi.
|
||||
Anda : Tunggu... Siapa Anda??
|
||||
???? : -
|
||||
Anda : Hah, apa itu tadi?
|
5
mods/story/parts/id/quest_3.dialog
Normal file
5
mods/story/parts/id/quest_3.dialog
Normal file
@ -0,0 +1,5 @@
|
||||
Penambang : Batu bara berguna sebagai obor!
|
||||
Penambang : Anda dapat juga menggunakannya sebagai
|
||||
bahan bakar di perapian.
|
||||
Penambang : Anda seharusnya menambang 10 batu bara.
|
||||
Penambang : Itu cukup untuk beberapa obor. :)
|
Loading…
x
Reference in New Issue
Block a user