Add of Czech translate (#13)

* Add of Czech translate

* Czech translate 2 space intent fix

Fixed intent to 2 spaces to match the source repository style
This commit is contained in:
David Rychlý
2018-12-01 12:19:16 +01:00
committed by Samuel
parent c54723289a
commit 23653f0cc9
2 changed files with 21 additions and 0 deletions
+2
View File
@@ -10,6 +10,7 @@ server_scripts {
'locales/fi.lua',
'locales/fr.lua',
'locales/sv.lua',
'locales/cs.lua',
'config.lua',
'server/main.lua'
}
@@ -20,6 +21,7 @@ client_scripts {
'locales/fi.lua',
'locales/fr.lua',
'locales/sv.lua',
'locales/cs.lua',
'config.lua',
'client/main.lua'
}