Skip to content

Commit af30ff2

Browse files
committed
feat(content_management): add localization support for source types
- Import SourceTypeL10n extension to enable localization of source types
1 parent 17396d6 commit af30ff2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/content_management/view/edit_source_page.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import 'package:flutter/material.dart';
44
import 'package:flutter_bloc/flutter_bloc.dart';
55
import 'package:flutter_news_app_web_dashboard_full_source_code/content_management/bloc/content_management_bloc.dart';
66
import 'package:flutter_news_app_web_dashboard_full_source_code/content_management/bloc/edit_source/edit_source_bloc.dart';
7+
import 'package:flutter_news_app_web_dashboard_full_source_code/shared/extensions/source_type_l10n.dart';
78
import 'package:flutter_news_app_web_dashboard_full_source_code/l10n/l10n.dart';
89
import 'package:flutter_news_app_web_dashboard_full_source_code/shared/shared.dart';
910
import 'package:go_router/go_router.dart';

0 commit comments

Comments
 (0)