2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Add phrases to lang.string.

This commit is contained in:
John Preston
2022-02-27 16:32:36 +03:00
parent 147d2e1934
commit dde4868540
22 changed files with 135 additions and 62 deletions

View File

@@ -647,7 +647,7 @@ rpl::producer<QString> TitleValue(
: tr::lng_polls_poll_results_title();
case Section::Type::Downloads:
return rpl::single(u"Downloads"_q);
return tr::lng_downloads_section();
}
Unexpected("Bad section type in Info::TitleValue()");