{sources.length > 0 ? (
{sources.map((source) => (
@@ -55,7 +36,7 @@ export function AnimationSourcesContent({
) : (
- {labels.empty}
+ {emptyLabel}
)}
diff --git a/messages/en.json b/messages/en.json
index a71181e..f8cca25 100644
--- a/messages/en.json
+++ b/messages/en.json
@@ -89,7 +89,6 @@
"title": "Animation Sources",
"description": "Production notes, prompts, and reusable code from animations I create for web and mobile products.",
"empty": "No animation sources have been added yet.",
- "itemCount": "{count} sources",
"back": "Back to animation sources",
"toc": "Table of Contents",
"closeToc": "Close table of contents",
diff --git a/messages/tr.json b/messages/tr.json
index 960a55e..6e66524 100644
--- a/messages/tr.json
+++ b/messages/tr.json
@@ -89,7 +89,6 @@
"title": "Animasyon Kaynakları",
"description": "Web ve mobil ürünler için hazırladığım animasyonların üretim süreçleri, promptları ve uygulanabilir kodları.",
"empty": "Henüz animasyon kaynağı eklenmedi.",
- "itemCount": "{count} kaynak",
"back": "Animasyon kaynaklarına dön",
"toc": "İçindekiler",
"closeToc": "İçindekileri kapat",