mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-19 16:42:50 +01:00
Merge pull request #1049 from GLolol/patch-1
src/i18n.py: mention 'en' as supported language & quote the language codes for less ambiguity
This commit is contained in:
commit
e67fa7ff5f
@ -70,8 +70,8 @@ def import_conf():
|
||||
conf = __import__('supybot.conf').conf
|
||||
conf.registerGlobalValue(conf.supybot, 'language',
|
||||
conf.registry.String(currentLocale, """Determines the bot's default
|
||||
language if translations exist. Currently supported are de, es, fi,
|
||||
fr and it."""))
|
||||
language if translations exist. Currently supported are 'en', 'de',
|
||||
'es', 'fi', 'fr' and 'it'."""))
|
||||
conf.supybot.language.addCallback(reloadLocalesIfRequired)
|
||||
|
||||
def getPluginDir(plugin_name):
|
||||
|
Loading…
Reference in New Issue
Block a user