Little Fix up + Translation PL

Fixed up other app.js missing delete Contact, moved the phone slightly more to the right of the screen, Added Polish Translation.
This commit is contained in:
deviljin112
2018-07-23 17:17:25 +01:00
parent 840fa45927
commit ff62e87e0e
7 changed files with 647 additions and 4 deletions
+2
View File
@@ -14,6 +14,7 @@ server_scripts {
'locales/fr.lua',
'locales/es.lua',
'locales/sv.lua',
'locales/pl.lua',
'server/main.lua'
}
@@ -26,6 +27,7 @@ client_scripts {
'locales/fr.lua',
'locales/es.lua',
'locales/sv.lua',
'locales/pl.lua',
'client/main.lua'
}