translation

This commit is contained in:
wgh19
2024-05-15 19:33:16 +08:00
parent ed36114ffd
commit 6c02bf65ab
7 changed files with 72 additions and 21 deletions

View File

@@ -57,7 +57,7 @@ class _RankingPageState extends State<RankingPage> {
BatchDownloadButton(request: () => Network().getRanking(type)),
const SizedBox(width: 8,),
DropDownButton(
title: Text(types[type]!),
title: Text(types[type]!.tl),
items: types.entries.map((e) => MenuFlyoutItem(
text: Text(e.value.tl),
onPressed: () {