We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33d222d commit 3b098d1Copy full SHA for 3b098d1
fxmanifest.lua
@@ -11,6 +11,7 @@ server_scripts {
11
'locale.lua',
12
'locales/en.lua',
13
'locales/fr.lua',
14
+ 'locales/pt.lua', -- Thanks to raphapt https://github.com/raphapt
15
'server/server.lua'
16
}
17
@@ -19,5 +20,6 @@ client_scripts {
19
20
21
22
23
24
'client/client.lua'
-}
25
+}
0 commit comments