mirror of
https://github.com/wgh136/pixes.git
synced 2025-09-27 04:57:23 +00:00
translation
This commit is contained in:
@@ -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: () {
|
||||
|
Reference in New Issue
Block a user