backup.
This commit is contained in:
@@ -334,6 +334,26 @@ class S {
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Download at {oss}`
|
||||
String download_with_token(Object oss) {
|
||||
return Intl.message(
|
||||
'Download at $oss',
|
||||
name: 'download_with_token',
|
||||
desc: '',
|
||||
args: [oss],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Install in store`
|
||||
String get install_in_store {
|
||||
return Intl.message(
|
||||
'Install in store',
|
||||
name: 'install_in_store',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
class AppLocalizationDelegate extends LocalizationsDelegate<S> {
|
||||
|
||||
Reference in New Issue
Block a user