feat(i18n): add translations for subscriptions subtitle

Replace hardcoded subscriptions subtitle string with i18next translation supporting pluralization across all 35 languages
This commit is contained in:
plebeius
2025-12-15 16:53:36 +01:00
parent fd3c7b11ca
commit bb596bff0d
36 changed files with 106 additions and 36 deletions
+3 -1
View File
@@ -299,5 +299,7 @@
"copy_content_id": "కంటెంట్ ID కాపీ చేయండి",
"delete_avatar": "అవతార్ను తొలగించు",
"updates": "నవీకరణలు",
"downloading_board": "ఫోరం డౌన్‌లోడ్ చేయడం"
"downloading_board": "ఫోరం డౌన్‌లోడ్ చేయడం",
"subscriptions_subtitle": "మీరు {{count}} boardకు సభ్యత్వం పొందారు",
"subscriptions_subtitle_one": "మీరు {{count}} boardకు సభ్యత్వం పొందారు"
}