mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-12 02:05:29 +00:00
Translation fix (#424)
* Fix locale header - Moving to new framework meant that Intl.getCurrentLocale was no longer working * Update release notes * Fix typo in pubspec.yaml * Clear cached values when locale is changed * Add extra context check
This commit is contained in:
@ -152,6 +152,8 @@ class InvenTreeAppState extends State<StatefulWidget> {
|
||||
});
|
||||
}
|
||||
|
||||
Locale? get locale => _locale;
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
||||
|
Reference in New Issue
Block a user