Merge pull request #2 from Mrocznv/patch-1

pl translation
This commit is contained in:
Samuel
2018-06-10 13:58:49 +02:00
committed by GitHub
2 changed files with 8 additions and 1 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ version '1.1.0'
client_scripts {
'@es_extended/locale.lua',
'locales/en.lua',
'locales/pl.lua',
'locales/sv.lua',
'config.lua',
'client/main.lua'
}
}
+6
View File
@@ -0,0 +1,6 @@
Locales ['pl'] = {
['voice'] = '~y~Głos: ~s~%s',
['normal'] = 'normalny',
['shout'] = 'krzyk',
['whisper'] = 'szept',
}