2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 08:55:59 +00:00

Improve native name phrases in passport.

Also auto-save *_name to *_name_latin for english countries.
This commit is contained in:
John Preston
2018-08-20 15:40:41 +03:00
parent 5b88f4d3d2
commit b8b5ab6378
11 changed files with 323 additions and 25 deletions

View File

@@ -19,7 +19,10 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
namespace Lang {
CloudManager::CloudManager(Instance &langpack, not_null<MTP::Instance*> mtproto) : MTP::Sender()
CloudManager::CloudManager(
Instance &langpack,
not_null<MTP::Instance*> mtproto)
: MTP::Sender()
, _langpack(langpack) {
requestLangPackDifference();
}