mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-25 04:02:46 +01:00
Misc: Internationalize two strings.
This commit is contained in:
parent
0978bdb25b
commit
a430e3bce5
@ -168,8 +168,8 @@ class Misc(callbacks.Plugin):
|
|||||||
# echo [] will get us an empty token set, but there's no need
|
# echo [] will get us an empty token set, but there's no need
|
||||||
# to log this in that case anyway, it being a nested command.
|
# to log this in that case anyway, it being a nested command.
|
||||||
self.log.info('Not replying to %s in %s, not a command.' %
|
self.log.info('Not replying to %s in %s, not a command.' %
|
||||||
(tokens[0], "channel %s" % channel
|
(tokens[0], _('channel %s') % channel
|
||||||
if channel != irc.nick else "private"))
|
if channel != irc.nick else _('private')))
|
||||||
if irc.nested:
|
if irc.nested:
|
||||||
bracketConfig = conf.supybot.commands.nested.brackets
|
bracketConfig = conf.supybot.commands.nested.brackets
|
||||||
brackets = conf.get(bracketConfig, channel)
|
brackets = conf.get(bracketConfig, channel)
|
||||||
|
Loading…
Reference in New Issue
Block a user