mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-02-16 22:39:34 +00:00
aaa
This commit is contained in:
parent
a737365f26
commit
3c3c381f8a
18 changed files with 1266 additions and 1000 deletions
|
|
@ -1894,6 +1894,26 @@ class S {
|
|||
);
|
||||
}
|
||||
|
||||
/// `Download Settings`
|
||||
String get downloadSettings {
|
||||
return Intl.message(
|
||||
'Download Settings',
|
||||
name: 'downloadSettings',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Customize download settings`
|
||||
String get downloadSettingsDescription {
|
||||
return Intl.message(
|
||||
'Customize download settings',
|
||||
name: 'downloadSettingsDescription',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Pull to refresh`
|
||||
String get erDragText {
|
||||
return Intl.message(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue