Add Korean Language

This commit is contained in:
JHyeok
2019-09-03 00:45:37 +09:00
parent 70b56fb7c4
commit 9e80de864f
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ client_scripts {
'locales/fr.lua',
'locales/pl.lua',
'locales/sv.lua',
'locales/ko.lua',
'config.lua',
'client/main.lua'
}
+6
View File
@@ -0,0 +1,6 @@
Locales ['ko'] = {
['voice'] = '~y~목소리: ~s~%s',
['normal'] = '보통',
['shout'] = '외침',
['whisper'] = '속삭임',
}