Skip to content

Commit e469ea9

Browse files
authored
Merge pull request #8 from Xtrea2022/patch-2
Update fxmanifest.lua
2 parents 1642a33 + 1100811 commit e469ea9

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

fxmanifest.lua

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,23 @@ version '1.0.2'
77
server_scripts {
88
'config.lua',
99
'locale.lua',
10-
'locales/*.lua', -- Thanks to raphapt https://github.com/raphapt, thegambid https://github.com/thegambid and Richards0nd https://github.com/Richards0nd
10+
'locales/de.lua',
11+
'locales/en.lua',
12+
'locales/fr.lua',
13+
'locales/pt.lua', -- Thanks to raphapt https://github.com/raphapt
14+
'locales/tr.lua', -- Thanks to thegambid https://github.com/thegambid
15+
'locales/pt_br.lua', -- Thanks to Richards0nd https://github.com/Richards0nd
1116
'server/server.lua'
1217
}
1318

1419
client_scripts {
1520
'config.lua',
1621
'locale.lua',
17-
'locales/*.lua', -- Thanks to raphapt https://github.com/raphapt, thegambid https://github.com/thegambid and Richards0nd https://github.com/Richards0nd
22+
'locales/de.lua',
23+
'locales/en.lua',
24+
'locales/fr.lua',
25+
'locales/pt.lua', -- Thanks to raphapt https://github.com/raphapt
26+
'locales/tr.lua', -- Thanks to thegambid https://github.com/thegambid
27+
'locales/pt_br.lua', -- Thanks to Richards0nd https://github.com/Richards0nd
1828
'client/client.lua'
1929
}

0 commit comments

Comments
 (0)