Skip to content

Commit 2d56351

Browse files
committed
🚀 Roll l10n
1 parent 9be23d3 commit 2d56351

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

example/lib/l10n/gen/app_localizations_en.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// ignore: unused_import
2+
import 'package:intl/intl.dart' as intl;
13
import 'app_localizations.dart';
24

35
// ignore_for_file: type=lint

example/lib/l10n/gen/app_localizations_zh.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// ignore: unused_import
2+
import 'package:intl/intl.dart' as intl;
13
import 'app_localizations.dart';
24

35
// ignore_for_file: type=lint

example/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ dependencies:
1818
wechat_camera_picker: ^4.2.0
1919

2020
extended_image: any
21+
intl: any
2122
package_info_plus: '>=6.0.0 <9.0.0'
2223
path: ^1.8.0
2324
path_provider: ^2.0.15

0 commit comments

Comments
 (0)