2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-03 08:05:12 +00:00

Rework translations

This commit is contained in:
RadRussianRus
2021-08-24 14:01:27 +03:00
parent 263d7a48a3
commit d30aeea8fd
74 changed files with 860 additions and 687 deletions

View File

@@ -7,6 +7,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
#include "boxes/passcode_box.h"
#include "kotato/kotato_lang.h"
#include "base/bytes.h"
#include "lang/lang_keys.h"
#include "boxes/confirm_box.h"
@@ -193,7 +194,7 @@ void PasscodeBox::prepare() {
? *_cloudFields.customDescription
: _cloudPwd
? tr::lng_cloud_password_about(tr::now)
: tr::ktg_passcode_about(tr::now)));
: ktr("ktg_passcode_about")));
_aboutHeight = _about.countHeight(st::boxWidth - st::boxPadding.left() * 1.5);
const auto onlyCheck = onlyCheckCurrent();
if (onlyCheck) {