Merge pull request #24 from mahmutelmas06/master
Add Turkish translation
This commit is contained in:
commit
f2e044ec6c
@ -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,5;2,1;lang_TR;TR]"
|
||||
|
||||
function character_editor.show_window(player)
|
||||
local name = player:get_player_name()
|
||||
@ -85,6 +86,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_TR"] then
|
||||
print("TR")
|
||||
character_editor.language[name] = "tr/"
|
||||
end
|
||||
end
|
||||
end)
|
||||
|
4
mods/story/parts/tr/quest_1.dialog
Normal file
4
mods/story/parts/tr/quest_1.dialog
Normal file
@ -0,0 +1,4 @@
|
||||
Çiftçi : Merhaba :)
|
||||
Çiftçi : Yardım edebilir misiniz lütfen?
|
||||
Sen : Sizin için ne yapabilirim?
|
||||
Çiftçi : Benim için 20 buğday getirir misiniz.
|
4
mods/story/parts/tr/quest_1_done.dialog
Normal file
4
mods/story/parts/tr/quest_1_done.dialog
Normal file
@ -0,0 +1,4 @@
|
||||
Çiftçi : Teşekkütler!
|
||||
Çiftçi : Buğdayı tekrar ekebilir misiniz?
|
||||
Sen : Tamam
|
||||
Çiftçi : Çok teşekkür ederim, şu anda gerçekten çok yoğunum.
|
3
mods/story/parts/tr/quest_1_done_2.dialog
Normal file
3
mods/story/parts/tr/quest_1_done_2.dialog
Normal file
@ -0,0 +1,3 @@
|
||||
Çiftçi: Teşekkürler!
|
||||
Çiftçi: İstersen buğday tohumlarını ekmeğe çevirip yiyebilirsin :)
|
||||
Sen : Teşekkür ederim :)
|
8
mods/story/parts/tr/quest_2.dialog
Normal file
8
mods/story/parts/tr/quest_2.dialog
Normal file
@ -0,0 +1,8 @@
|
||||
??? : Merhaba
|
||||
Sen : Selam
|
||||
??? : Her maceracı iyi bir alet takımına ihtiyaç duyar.
|
||||
??? : İyi bir alet takımı içinse demire ihtiyacın var.
|
||||
??? : Biraz kazı yap ve demir çıkar.
|
||||
Sen : bekle... Sen de kimsin??
|
||||
??? : -
|
||||
Sen : aaa, bu da neydi?
|
Loading…
x
Reference in New Issue
Block a user