mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
9 lines
No EOL
210 B
Dart
9 lines
No EOL
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)!;
|
|
} |