Cleanup, default messages to ooc, enforce 2 space indent on locale files

This commit is contained in:
ElPumpo
2018-12-09 12:24:15 +01:00
parent 70ef871a91
commit f210796cbe
7 changed files with 74 additions and 102 deletions
+10 -13
View File
@@ -1,15 +1,12 @@
Locales['fi'] = {
['ooc_help'] = 'kirjota hahmon ulkopuolelle liittyvä viesti',
['ooc_prefix'] = 'OOC | %s',
['twt_help'] = 'lähetä twiitti',
['twt_prefix'] = '^0[^4Twitter^0] (^5@%s^0)',
['me_help'] = 'teet jotain',
['me_prefix'] = 'me | %s',
['do_help'] = 'roolipeliä tiedot', --TODO: check translation
['do_prefix'] = 'do | %s',
['news_help'] = 'ilmoita uutinen (älä abuse)',
['news_prefix'] = 'news | %s',
['ooc_argument_name'] = 'viesti',
['ooc_argument_help'] = 'viestin sisältö',
['ooc_unknown_command'] = '^3%s^0 ei ole validi komento!',
['ooc_prefix'] = 'OOC | %s',
['twt_help'] = 'lähetä twiitti',
['twt_prefix'] = '^0[^4Twitter^0] (^5@%s^0)',
['me_help'] = 'teet jotain',
['me_prefix'] = 'me | %s',
['do_help'] = 'roolipeliä tiedot', --TODO: check translation
['do_prefix'] = 'do | %s',
['generic_argument_name'] = 'viesti',
['generic_argument_help'] = 'viestin sisältö',
['generic_unknown_command'] = '^3%s^0 ei ole validi komento!',
}