| 34 | namespace { |
| 35 | |
| 36 | rpl::producer<TextWithEntities> Text1() { |
| 37 | return tr::lng_about_text4( |
| 38 | lt_api_link, |
| 39 | tr::lng_about_text4_api(tr::url(u"https://core.telegram.org/api"_q)), |
| 40 | tr::marked); |
| 41 | } |
| 42 | |
| 43 | rpl::producer<TextWithEntities> Text2() { |
| 44 | return tr::lng_about_text2( |