add translator for novel

This commit is contained in:
nyne
2024-10-02 21:10:22 +08:00
parent 294498d8a7
commit 2d16502154
3 changed files with 189 additions and 12 deletions

View File

@@ -646,7 +646,7 @@ class _NovelPageWithIdState extends LoadingState<NovelPageWithId, Novel> {
}
class _RelatedNovelsPage extends StatefulWidget {
const _RelatedNovelsPage(this.id, {super.key});
const _RelatedNovelsPage(this.id);
final String id;