Skip to content

Commit 3b098d1

Browse files
authored
Added PT translation
1 parent 33d222d commit 3b098d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

fxmanifest.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ server_scripts {
1111
'locale.lua',
1212
'locales/en.lua',
1313
'locales/fr.lua',
14+
'locales/pt.lua', -- Thanks to raphapt https://github.com/raphapt
1415
'server/server.lua'
1516
}
1617

@@ -19,5 +20,6 @@ client_scripts {
1920
'locale.lua',
2021
'locales/en.lua',
2122
'locales/fr.lua',
23+
'locales/pt.lua', -- Thanks to raphapt https://github.com/raphapt
2224
'client/client.lua'
23-
}
25+
}

0 commit comments

Comments
 (0)