mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
opt.: l10n
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
import 'package:flutter_gen/gen_l10n/l10n.dart';
|
||||
import 'package:flutter_gen/gen_l10n/l10n_en.dart';
|
||||
|
||||
late S _s;
|
||||
S get l10n => _s;
|
||||
set l10n(S s) {
|
||||
_s = s;
|
||||
}
|
||||
AppLocalizations l10n = AppLocalizationsEn();
|
||||
|
||||
Reference in New Issue
Block a user