feat: translations integrity validation

closes #7
This commit is contained in:
CDN 2025-02-03 22:22:07 +08:00
parent 25bd99abc5
commit 47cf6171c5
Signed by: CDN
GPG key ID: 0C656827F9F80080
14 changed files with 291 additions and 62 deletions

View file

@ -59,10 +59,10 @@ const Comments = ({ title }: CommentsProps) => {
}, [pathname, title])
return (
<div
<section
ref={containerRef}
className="mt-12 p-4 bg-white dark:bg-gray-800 rounded-lg shadow"
aria-label="Comments section"
aria-label={t('aria.comments')}
role="complementary"
/>
)