Skip to content

Commit

Permalink
More strings to translate #1354
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthGandalf committed Sep 7, 2017
1 parent d51159a commit 7e94158
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/modperl.cpp
Expand Up @@ -379,4 +379,4 @@ void TModInfo<CModPerl>(CModInfo& Info) {
Info.SetWikiPage("modperl");
}

GLOBALMODULEDEFS(CModPerl, "Loads perl scripts as ZNC modules")
GLOBALMODULEDEFS(CModPerl, t_s("Loads perl scripts as ZNC modules"))
2 changes: 1 addition & 1 deletion modules/modperl/startup.pl
Expand Up @@ -695,7 +695,7 @@ sub t_p {
return sub { sprintf $fmt, @_ }
}

# TODO is _d needed for perl? Maybe after AddCommand is implemented
# TODO is t_d needed for perl? Maybe after AddCommand is implemented

package ZNC::Timer;

Expand Down
2 changes: 1 addition & 1 deletion modules/modpython.cpp
Expand Up @@ -509,4 +509,4 @@ void TModInfo<CModPython>(CModInfo& Info) {
Info.SetWikiPage("modpython");
}

GLOBALMODULEDEFS(CModPython, "Loads python scripts as ZNC modules")
GLOBALMODULEDEFS(CModPython, t_s("Loads python scripts as ZNC modules"))
2 changes: 1 addition & 1 deletion modules/modpython/znc.py
Expand Up @@ -194,7 +194,7 @@ def t_p(cls, english, englishes, num, context=''):
num)
return fmt.format

# TODO is "d" needed for python? Maybe after AddCommand is implemented
# TODO is "t_d" needed for python? Maybe after AddCommand is implemented

def OnLoad(self, sArgs, sMessage):
return True
Expand Down

0 comments on commit 7e94158

Please sign in to comment.