mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Suggest switch to even empty language.
This commit is contained in:
@@ -426,7 +426,7 @@ void CloudManager::switchWithWarning(const QString &id) {
|
|||||||
const auto link = "https://translations.telegram.org/"
|
const auto link = "https://translations.telegram.org/"
|
||||||
+ id
|
+ id
|
||||||
+ '/';
|
+ '/';
|
||||||
if (data.vtranslated_count.v > 0) {
|
if (data.vstrings_count.v > 0) {
|
||||||
const auto pluralId = qs(data.vplural_code);
|
const auto pluralId = qs(data.vplural_code);
|
||||||
const auto baseId = qs(data.vbase_lang_code);
|
const auto baseId = qs(data.vbase_lang_code);
|
||||||
const auto perform = [=] {
|
const auto perform = [=] {
|
||||||
|
Reference in New Issue
Block a user