mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-18 15:54:35 +01:00
add feedback
This commit is contained in:
@@ -1310,6 +1310,26 @@ class S {
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Feedback`
|
||||
String get feedback {
|
||||
return Intl.message(
|
||||
'Feedback',
|
||||
name: 'feedback',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `If you have any questions, please feedback on Github.`
|
||||
String get feedbackOnGithub {
|
||||
return Intl.message(
|
||||
'If you have any questions, please feedback on Github.',
|
||||
name: 'feedbackOnGithub',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
class AppLocalizationDelegate extends LocalizationsDelegate<S> {
|
||||
|
||||
Reference in New Issue
Block a user