feat: NavUI l10n

This commit is contained in:
2025-05-08 23:35:21 +08:00
parent b2ec1e93a8
commit 14b16f3a78
13 changed files with 98 additions and 13 deletions

View File

@ -94,7 +94,7 @@ class IndexUI extends HookConsumerWidget {
S.current.app_index_menu_tools,
const ToolsUI(),
),
FluentIcons.power_apps: ("导航", const NavUI()),
FluentIcons.power_apps: ((S.current.nav_title), const NavUI()),
FluentIcons.settings: (S.current.app_index_menu_settings, const SettingsUI()),
FluentIcons.info: (
S.current.app_index_menu_about,
@ -167,4 +167,4 @@ class IndexUI extends HookConsumerWidget {
_goDownloader(BuildContext context) {
context.push('/index/downloader');
}
}
}