opt. for ssh

This commit is contained in:
lollipopkit
2023-01-28 13:57:35 +08:00
parent 9608c9139c
commit 587e0a4640
13 changed files with 167 additions and 71 deletions

View File

@@ -1530,6 +1530,16 @@ class S {
args: [],
);
}
/// `This function is now in the experimental stage. \nPlease report bugs on {url} or join our development.`
String sshTip(Object url) {
return Intl.message(
'This function is now in the experimental stage. \nPlease report bugs on $url or join our development.',
name: 'sshTip',
desc: '',
args: [url],
);
}
}
class AppLocalizationDelegate extends LocalizationsDelegate<S> {