mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
feat. & opt.
switch for distribution logo opt. for server detail page
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user