File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import 'package:flutter_bloc/flutter_bloc.dart';
33import 'package:ht_main/app/bloc/app_bloc.dart' ;
44import 'package:ht_main/l10n/l10n.dart' ;
55import 'package:ht_main/settings/bloc/settings_bloc.dart' ;
6- import 'package:ht_main/shared/constants/app_spacing .dart' ;
6+ import 'package:ht_ui_kit/ht_ui_kit .dart' ;
77
88// Defines the available languages and their display names.
99// In a real app, this might come from a configuration or be more dynamic.
@@ -21,7 +21,7 @@ class LanguageSettingsPage extends StatelessWidget {
2121
2222 @override
2323 Widget build (BuildContext context) {
24- final l10n = context.l10n;
24+ final l10n = AppLocalizationsX ( context) .l10n;
2525 final settingsBloc = context.watch <SettingsBloc >();
2626 final settingsState = settingsBloc.state;
2727
You can’t perform that action at this time.
0 commit comments