Telegram Web, preconfigured for usage in I2P.
http://web.telegram.i2p/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
325 B
6 lines
325 B
10 years ago
|
<div class="footer_wrap" ng-controller="AppLangFooterController">
|
||
|
<span ng-repeat="(locale, lang) in supportedLangs">
|
||
|
<a class="footer_lang_link" ng-class="curLocale == locale ? 'active' : ''" ng-click="localeSelect(locale)" ng-bind="lang"></a>
|
||
|
<span ng-if="!$last" class="footer_link_divider">-</span>
|
||
|
</span>
|
||
|
</div>
|