Skip to content

Commit

Permalink
fix: use de lang for wiredash
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinzent03 committed Jan 19, 2023
1 parent 706eab8 commit bce696f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ class MyAppSt extends StatelessWidget {
//replace with your own keys from wiredash.io or remove the Wiredash Widget
secret: WiredashKeys.secret,
projectId: WiredashKeys.id,

options: WiredashOptionsData(
locale: Locale('de', 'DE'),
),
child: MaterialApp(
navigatorKey: MyKeys.navigatorKey,
navigatorObservers: [
Expand Down

0 comments on commit bce696f

Please sign in to comment.