mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 20:01:35 +00:00
feat(locale): English Translation
This commit is contained in:
+4
-3
@@ -1,12 +1,13 @@
|
||||
description 'ESX Whitelist'
|
||||
|
||||
version '1.0.0'
|
||||
version '1.0.1'
|
||||
|
||||
server_scripts {
|
||||
'@mysql-async/lib/MySQL.lua',
|
||||
'@es_extended/locale.lua',
|
||||
'Config.lua',
|
||||
'config.lua',
|
||||
'locales/en.lua',
|
||||
'locales/fr.lua',
|
||||
'server/main.lua',
|
||||
'server/commands.lua',
|
||||
'server/commands.lua'
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
Locales['en'] = {
|
||||
['not_whitelisted'] = 'you are not whitelisted on this server',
|
||||
['steamid_error'] = 'there seems to be a problem with your SteamID',
|
||||
['help_whitelist_add'] = 'add someone to the whitelist',
|
||||
['help_whitelist_load'] = 'reload the whitelist',
|
||||
}
|
||||
Reference in New Issue
Block a user