2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Remove all legacy global namespace langs.

This commit is contained in:
John Preston
2019-06-19 18:39:25 +02:00
parent edcd09c29f
commit 4917ca7b32
96 changed files with 638 additions and 407 deletions

View File

@@ -304,7 +304,8 @@ void ProxyRow::paintEvent(QPaintEvent *e) {
const auto status = [&] {
switch (_view.state) {
case State::Available:
return lng_proxy_available(
return tr::lng_proxy_available(
tr::now,
lt_ping,
QString::number(_view.ping));
case State::Checking:
@@ -952,7 +953,8 @@ void ProxiesBoxController::ShowApplyConfirmation(
}
if (proxy) {
const auto box = std::make_shared<QPointer<ConfirmBox>>();
const auto text = lng_sure_enable_socks(
const auto text = tr::lng_sure_enable_socks(
tr::now,
lt_server,
server,
lt_port,