feat(home): show platform-specific info message on homepage

Web users see the existing download prompt; native app users see a P2P encouragement message instead.

Closes #1096
This commit is contained in:
Tommaso Casaburi
2026-03-17 17:54:52 +08:00
parent c9bd6258b2
commit 1db0c625e8
36 changed files with 82 additions and 41 deletions
+2 -1
View File
@@ -317,5 +317,6 @@
"view": "দেখুন",
"report_post": "পোস্ট রিপোর্ট করুন",
"delete_post": "পোস্ট মুছুন",
"delete_post_confirm": "এই পোস্ট স্থায়ীভাবে মুছে ফেলবেন? এটি অপ্রত্যাবর্তনীয়।"
"delete_post_confirm": "এই পোস্ট স্থায়ীভাবে মুছে ফেলবেন? এটি অপ্রত্যাবর্তনীয়।",
"app_p2p_info": "আপনি যেকোনো বোর্ডে সর্বদা সংযোগ করতে পারেন, সম্পূর্ণ P2P, কেউ আপনাকে থামাতে পারবে না। উপরের অনুসন্ধান ক্ষেত্রে কেবল তার ঠিকানা পেস্ট করুন।"
}