mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Cleanup, default messages to ooc, enforce 2 space indent on locale files
This commit is contained in:
+10
-13
@@ -1,15 +1,12 @@
|
||||
Locales['en'] = {
|
||||
['ooc_help'] = 'type an out of character message',
|
||||
['ooc_prefix'] = 'OOC | %s',
|
||||
['twt_help'] = 'send a tweet',
|
||||
['twt_prefix'] = '^0[^4Twitter^0] (^5@%s^0)',
|
||||
['me_help'] = 'personal action',
|
||||
['me_prefix'] = 'me | %s',
|
||||
['do_help'] = 'rP information',
|
||||
['do_prefix'] = 'do | %s',
|
||||
['news_help'] = 'announce news (do not abuse)',
|
||||
['news_prefix'] = 'news | %s',
|
||||
['ooc_argument_name'] = 'message',
|
||||
['ooc_argument_help'] = 'the message',
|
||||
['ooc_unknown_command'] = '^3%s^0 is not a valid command!',
|
||||
['ooc_prefix'] = 'OOC | %s',
|
||||
['twt_help'] = 'send a tweet',
|
||||
['twt_prefix'] = '^0[^4Twitter^0] (^5@%s^0)',
|
||||
['me_help'] = 'personal action',
|
||||
['me_prefix'] = 'me | %s',
|
||||
['do_help'] = 'RP information',
|
||||
['do_prefix'] = 'do | %s',
|
||||
['generic_argument_name'] = 'message',
|
||||
['generic_argument_help'] = 'the message',
|
||||
['generic_unknown_command'] = '^3%s^0 is not a valid command!',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user