From 531a1de5a226f68aeb7b036bb2743207bd471aae Mon Sep 17 00:00:00 2001 From: nevfy Date: Sun, 28 Jan 2024 22:26:11 +0400 Subject: [PATCH] fix: add ios link --- i18n/en.toml | 3 +++ i18n/ru.toml | 3 +++ layouts/partials/footer.html | 1 + 3 files changed, 7 insertions(+) diff --git a/i18n/en.toml b/i18n/en.toml index f32dd2c..e50ccf4 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -55,6 +55,9 @@ other = "Google Play" [footer_download_apk] other = "APK file" +[footer_download_ios] +other = "App Store" + [footer_download_desktop] other = "For your computer" diff --git a/i18n/ru.toml b/i18n/ru.toml index 93aae99..0683c61 100644 --- a/i18n/ru.toml +++ b/i18n/ru.toml @@ -55,6 +55,9 @@ other = "Google Play" [footer_download_apk] other = "APK файл" +[footer_download_ios] +other = "App Store" + [footer_download_desktop] other = "Для компьютера" diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index b18f8d5..4da0c76 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -47,6 +47,7 @@
  • {{ T "footer_download_fdroid" }}
  • {{ T "footer_download_google_play" }}
  • {{ T "footer_download_apk" }}
  • +
  • {{ T "footer_download_ios" }}
  • {{ T "footer_download_desktop" }}