diff options
author | Adam <Adam@anope.org> | 2014-05-28 12:07:29 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-05-28 12:07:54 -0400 |
commit | f29e1cf383529a1a29f02b0669d973f5ee0b7a66 (patch) | |
tree | 3c33db276dc9328235bbd572641521ed44458176 /include/language.h | |
parent | 1253c70e0682fa1490c99c3d2869049a0e3fa2e0 (diff) |
Move most of the core pseudoclient logic to modules
Diffstat (limited to 'include/language.h')
-rw-r--r-- | include/language.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/language.h b/include/language.h index 041f90b11..55726b8d6 100644 --- a/include/language.h +++ b/include/language.h @@ -24,7 +24,7 @@ namespace Language * and we detect a language file exists for at least one of the supported * languages for the module, then we add the module's domain (its name) * here. - * + * * When strings are translated they are checked against all domains. */ extern std::vector<Anope::string> Domains; @@ -52,7 +52,7 @@ namespace Language * @param string A string to translate * @return The translated string if count, else the original string */ - extern CoreExport const char *Translate(const NickCore *nc, const char *string); + extern CoreExport const char *Translate(const NickServ::Account *nc, const char *string); /** Translatesa string to the given language. * @param lang The language to translate to |