mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Remove all legacy global namespace langs.
This commit is contained in:
@@ -122,7 +122,8 @@ void Changelogs::addLocalLogs() {
|
||||
addBetaLogs();
|
||||
}
|
||||
if (!_addedSomeLocal) {
|
||||
const auto text = lng_new_version_wrap(
|
||||
const auto text = tr::lng_new_version_wrap(
|
||||
tr::now,
|
||||
lt_version,
|
||||
QString::fromLatin1(AppVersionStr),
|
||||
lt_changes,
|
||||
|
@@ -193,7 +193,7 @@ void BotGameUrlClickHandler::onClick(ClickContext context) const {
|
||||
open();
|
||||
};
|
||||
Ui::show(Box<ConfirmBox>(
|
||||
lng_allow_bot_pass(lt_bot_name, _bot->name),
|
||||
tr::lng_allow_bot_pass(tr::now, lt_bot_name, _bot->name),
|
||||
tr::lng_allow_bot(tr::now),
|
||||
callback));
|
||||
}
|
||||
|
Reference in New Issue
Block a user