Merge pull request #7 from AdrineX/master

Add Finnish lang...
This commit is contained in:
AdrineX
2018-06-12 18:24:39 -04:00
committed by GitHub
2 changed files with 12 additions and 0 deletions
+2
View File
@@ -10,6 +10,7 @@ server_scripts {
'locales/br.lua',
'locales/de.lua',
'locales/en.lua',
'locales/fi.lua',
'locales/fr.lua',
'locales/es.lua',
'config.lua',
@@ -21,6 +22,7 @@ client_scripts {
'locales/br.lua',
'locales/de.lua',
'locales/en.lua',
'locales/fi.lua',
'locales/fr.lua',
'locales/es.lua',
'config.lua',
+10
View File
@@ -0,0 +1,10 @@
Locales['fi'] = {
['valid_purchase'] = 'varmista tämä ostos?',
['yes'] = 'kyllä',
['no'] = 'ei',
['not_enough_money'] = 'sinulla ei ole tarpeeksi rahaa',
['press_access'] = 'paina ~INPUT_CONTEXT~ avataksesi menu',
['barber_blip'] = 'Kampaamo',
['you_paid'] = 'sinä maksoit ',
}