diff --git a/redbot/cogs/downloader/converters.py b/redbot/cogs/downloader/converters.py index f2a64ddc5..54f7522cd 100644 --- a/redbot/cogs/downloader/converters.py +++ b/redbot/cogs/downloader/converters.py @@ -1,7 +1,10 @@ import discord from redbot.core import commands +from redbot.core.i18n import Translator from .installable import Installable +_ = Translator("Koala", __file__) + class InstalledCog(Installable): @classmethod