adapt: adapt to GMLIB v0.13.1
This commit is contained in:
committed by
GitHub
Unverified
parent
7ae029bfb5
commit
a43ece66f8
+2
-2
@@ -44,8 +44,8 @@ ServerTimeScheduler& Entry::getScheduler() { return mScheduler.value(); }
|
||||
|
||||
} // namespace Cleaner
|
||||
|
||||
LL_REGISTER_PLUGIN(Cleaner::Entry, Cleaner::instance);
|
||||
LL_REGISTER_MOD(Cleaner::Entry, Cleaner::instance);
|
||||
|
||||
std::string tr(std::string const& key, std::vector<std::string> const& params) {
|
||||
return I18nAPI::get(key, params, Cleaner::Entry::getInstance().getConfig().language);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user