mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01:00
Plugin: internationalize a string.
This commit is contained in:
parent
7ce385b6f8
commit
8e427838cd
@ -113,7 +113,7 @@ class Plugin(callbacks.Plugin):
|
||||
plugin = 'plugins'
|
||||
else:
|
||||
plugin = 'plugin'
|
||||
irc.reply(format('The %q command is available in the %L %s.',
|
||||
irc.reply(format(_('The %q command is available in the %L %s.'),
|
||||
command, L, plugin))
|
||||
else:
|
||||
irc.error(format('There is no command %q.', command))
|
||||
|
Loading…
Reference in New Issue
Block a user