src/i18n.py: mention supported languages

Closes #1046

I used Admin for sources of what languages are supported as it's usually
recommended to start translating from there (first plugins, then core).
This commit is contained in:
Aminda Suomalainen 2015-02-06 11:58:24 +02:00
parent 248bc65d44
commit 544befd2d0

View File

@ -70,7 +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. Valid values are things like en, fr, de, etc."""))
language if translations exist. Currently supported are de, es, fi,
fr and it."""))
conf.supybot.language.addCallback(reloadLocalesIfRequired)
def getPluginDir(plugin_name):