mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
src/i18n.py: have languages in alphabetical order
It's probably not so important, but I don't like them being in any strange random order. Of course having English first would make sense as it's the default, but I still prefer alphabetical order.
This commit is contained in:
parent
fa7ef570c0
commit
c675654b82
@ -70,7 +70,7 @@ 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 'en', 'de',
|
||||
language if translations exist. Currently supported are 'de', 'en',
|
||||
'es', 'fi', 'fr' and 'it'."""))
|
||||
conf.supybot.language.addCallback(reloadLocalesIfRequired)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user