mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
improved sftp
This commit is contained in:
@@ -1480,6 +1480,26 @@ class S {
|
||||
args: [count],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Path`
|
||||
String get path {
|
||||
return Intl.message(
|
||||
'Path',
|
||||
name: 'path',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Go to`
|
||||
String get goto {
|
||||
return Intl.message(
|
||||
'Go to',
|
||||
name: 'goto',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
class AppLocalizationDelegate extends LocalizationsDelegate<S> {
|
||||
|
||||
Reference in New Issue
Block a user