mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
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:
@@ -299,5 +299,7 @@
|
||||
"copy_content_id": "コンテンツIDをコピー",
|
||||
"delete_avatar": "アバターを削除",
|
||||
"updates": "更新",
|
||||
"downloading_board": "掲示板をダウンロード中"
|
||||
"downloading_board": "掲示板をダウンロード中",
|
||||
"subscriptions_subtitle": "{{count}}個のboardを購読しています",
|
||||
"subscriptions_subtitle_one": "{{count}}個のboardを購読しています"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user