Update content of files

This commit is contained in:
GitHub Action 2022-06-16 15:00:05 +00:00
parent e7d448af48
commit e13cf8bdaf
7 changed files with 19 additions and 11 deletions

View file

@ -380,6 +380,11 @@
}
function setThemeParams(theme_params) {
// temp iOS fix
if (theme_params.bg_color == '#1c1c1d' &&
theme_params.bg_color == theme_params.secondary_bg_color) {
theme_params.secondary_bg_color = '#2c2c2e';
}
var color;
for (var key in theme_params) {
if (color = parseColorToHex(theme_params[key])) {

View file

@ -201,7 +201,7 @@
</div><div class="tr-section-col col-lg-4 col-xs-6">
<div class="tr-section-wrap"><a href="/en/ios/groups_and_channels/" class="tr-section">
<div class="tr-section-cover cover8"></div>
<div class="tr-section-caption">Groups And Channels (1185)</div>
<div class="tr-section-caption">Groups And Channels (1187)</div>
</a></div>
</div><div class="tr-section-col col-lg-4 col-xs-6">
<div class="tr-section-wrap"><a href="/en/ios/profile/" class="tr-section">
@ -221,7 +221,7 @@
</div><div class="tr-section-col col-lg-4 col-xs-6">
<div class="tr-section-wrap"><a href="/en/ios/bots_and_payments/" class="tr-section">
<div class="tr-section-cover cover9"></div>
<div class="tr-section-caption">Bots And Payments (144)</div>
<div class="tr-section-caption">Bots And Payments (145)</div>
</a></div>
</div><div class="tr-section-col col-lg-4 col-xs-6">
<div class="tr-section-wrap"><a href="/en/ios/passport/" class="tr-section">
@ -236,7 +236,7 @@
</div><div class="tr-section-col col-lg-4 col-xs-6">
<div class="tr-section-wrap"><a href="/en/ios/unsorted/" class="tr-section">
<div class="tr-section-cover cover0"></div>
<div class="tr-section-caption">Unsorted (741)</div>
<div class="tr-section-caption">Unsorted (739)</div>
</a></div>
</div>
</section></section>

View file

@ -414,6 +414,9 @@
"WebApp.RemoveConfirmationTitle": [
"Remove Bot"
],
"WebApp.Settings": [
"Settings"
],
"Your_card_has_expired": [
"Your card has expired."
],

View file

@ -1,4 +1,10 @@
{
"AccessDenied.LocationPreciseDenied": [
"To share your specific location in this chat, please go to Settings &gt; Privacy &gt; Location Services &gt; Telegram and set Precise Location to On."
],
"AccessDenied.Title": [
"Please Allow Access"
],
"Attachment.AllMedia": [
"All"
],

View file

@ -2,9 +2,6 @@
"AccessDenied.LocationDisabled": [
"Telegram needs access to your location so that you can share it with your contacts.<br/><br/>Please go to your devices settings &gt; Privacy &gt; Location Services and set it to ON."
],
"AccessDenied.LocationPreciseDenied": [
"To share your specific location in this chat, please go to Settings &gt; Privacy &gt; Location Services &gt; Telegram and set Precise Location to On."
],
"AccessDenied.QrCode": [
"Telegram needs access to your photo library so that you can scan QR codes.<br/><br/>Please go to your device's settings &gt; Privacy &gt; Photos and set Telegram to ON."
],
@ -2247,9 +2244,6 @@
"WebApp.Send": [
"Send"
],
"WebApp.Settings": [
"Settings"
],
"Weekday.Friday": [
"Friday"
],

View file

@ -9,7 +9,7 @@
<meta name="MobileOptimized" content="176" />
<meta name="HandheldFriendly" content="True" />
<meta name="robots" content="noindex, nofollow" />
<script src="https://tg.dev/js/telegram-web-app.js?18"></script>
<script src="https://tg.dev/js/telegram-web-app.js?19"></script>
<script>
function setThemeClass() {
document.documentElement.className = Telegram.WebApp.colorScheme;

View file

@ -8,7 +8,7 @@
<meta name="MobileOptimized" content="176" />
<meta name="HandheldFriendly" content="True" />
<meta name="robots" content="noindex,nofollow" />
<script src="https://tg.dev/js/telegram-web-app.js?18"></script>
<script src="https://tg.dev/js/telegram-web-app.js?19"></script>
<script>
function setThemeClass() {
document.documentElement.className = Telegram.WebApp.colorScheme;