mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-28 05:26:47 +00:00
9 lines
210 B
Dart
9 lines
210 B
Dart
import 'package:flutter_gen/gen_l10n/app_localizations.dart';
|
|
import 'package:one_context/one_context.dart';
|
|
|
|
|
|
// Shortcut function to reduce boilerplate!
|
|
I18N L10()
|
|
{
|
|
return I18N.of(OneContext().context)!;
|
|
} |