feat. & opt.

switch for distribution logo
opt. for server detail page
This commit is contained in:
lollipopkit
2023-01-27 21:46:52 +08:00
parent 7c6649f941
commit b6ab4b7fde
19 changed files with 146 additions and 107 deletions

View File

@@ -1500,6 +1500,26 @@ class S {
args: [],
);
}
/// `Show distribution logo`
String get showDistLogo {
return Intl.message(
'Show distribution logo',
name: 'showDistLogo',
desc: '',
args: [],
);
}
/// `On server detail page`
String get onServerDetailPage {
return Intl.message(
'On server detail page',
name: 'onServerDetailPage',
desc: '',
args: [],
);
}
}
class AppLocalizationDelegate extends LocalizationsDelegate<S> {