feat: add App title and welcome message in personal info page english translate
This commit is contained in:
@@ -31,12 +31,16 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
|
||||
static String m4(displayIndex) => "ID: ${displayIndex}";
|
||||
|
||||
static String m5(username) => "Welcome, ${username}!";
|
||||
|
||||
final messages = _notInlinedMessages(_notInlinedMessages);
|
||||
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
|
||||
"account_setting": MessageLookupByLibrary.simpleMessage("Account"),
|
||||
"additional_information":
|
||||
MessageLookupByLibrary.simpleMessage("Knowledge"),
|
||||
"address": MessageLookupByLibrary.simpleMessage("Address"),
|
||||
"app_name":
|
||||
MessageLookupByLibrary.simpleMessage("Comprehensive Care Guardian"),
|
||||
"basic_information_setting":
|
||||
MessageLookupByLibrary.simpleMessage("Basic Information"),
|
||||
"call_phone":
|
||||
@@ -99,6 +103,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
"register_turn_back":
|
||||
MessageLookupByLibrary.simpleMessage("Return to Login Page"),
|
||||
"save": MessageLookupByLibrary.simpleMessage("Save"),
|
||||
"switch_camera": MessageLookupByLibrary.simpleMessage("Switch View")
|
||||
"switch_camera": MessageLookupByLibrary.simpleMessage("Switch View"),
|
||||
"welcome_message": m5
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user