mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-18 15:54:35 +01:00
fix & opt.
fix: net iface parse opt: `ssh` page auto unpress `ctrl or alt` after call opt: enable translation for menu opt: add confirm to `docker` page
This commit is contained in:
@@ -1550,6 +1550,16 @@ class S {
|
||||
args: [newest],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Pkg mgr`
|
||||
String get pkgManager {
|
||||
return Intl.message(
|
||||
'Pkg mgr',
|
||||
name: 'pkgManager',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
class AppLocalizationDelegate extends LocalizationsDelegate<S> {
|
||||
|
||||
Reference in New Issue
Block a user