Skip to content

Commit

Permalink
Fix comment grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Dec 6, 2024
1 parent b76a6db commit 941d312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i18n.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def getLocalePath(name, localeName, extension):
if name != 'supybot':
base = getPluginDir(name)
else:
from . import ansi # Any Supybot plugin could fit
from . import ansi # Any Supybot module works
base = ansi.__file__[0:-len('ansi.pyc')]
directory = os.path.join(base, 'locales')
return '%s/%s.%s' % (directory, localeName, extension)
Expand Down

0 comments on commit 941d312

Please sign in to comment.