diff --git a/assets/translation.json b/assets/translation.json index 210c6dd..2885622 100644 --- a/assets/translation.json +++ b/assets/translation.json @@ -70,6 +70,7 @@ "Comment": "评论", "Submit": "提交", "Add": "添加", + "Related": "相关", "New Folder": "新建文件夹", "Reading": "阅读中", "Appearance": "外观", @@ -78,6 +79,7 @@ "About": "关于", "Display mode of comic tile": "漫画缩略图的显示模式", "Detailed": "详细", + "Description": "描述", "Brief": "简洁", "Size of comic tile": "漫画缩略图的大小", "Explore Pages": "探索页面", @@ -156,6 +158,7 @@ "Import": "匯入", "Comic Source": "漫畫源", "Accounts": "帳戶", + "Related": "相關", "Select a directory which contains the comic files.": "選擇一個包含漫畫文件的目錄", "Import Comics": "匯入漫畫", "Single Comic": "單部漫畫", @@ -172,6 +175,7 @@ "Save Image": "保存圖片", "Share": "分享", "Details": "詳情", + "Description": "描述", "Copy Title": "複製標題", "Add to favorites": "加入收藏", "Error": "錯誤", diff --git a/lib/components/comic.dart b/lib/components/comic.dart index f3e88af..81a0c93 100644 --- a/lib/components/comic.dart +++ b/lib/components/comic.dart @@ -473,7 +473,7 @@ class _ComicDescription extends StatelessWidget { badge!, style: const TextStyle(fontSize: 12), ), - ) + ), ], ) ],