File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,23 @@ version '1.0.2'
77server_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
1419client_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}
You can’t perform that action at this time.
0 commit comments