mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Fix delegate issue
This commit is contained in:
parent
71c16e0556
commit
95c3bc5ae5
2 changed files with 2 additions and 2 deletions
|
|
@ -71,9 +71,9 @@ class InvenTreeApp extends StatelessWidget {
|
|||
localizationsDelegates: [
|
||||
I18N.delegate,
|
||||
GlobalMaterialLocalizations.delegate,
|
||||
GlobalCupertinoLocalizations.delegate,
|
||||
GlobalWidgetsLocalizations.delegate,
|
||||
],
|
||||
locale: const Locale("hu"),
|
||||
supportedLocales: supported_locales,
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue