TF-536 Add presentation layer for edit identity

This commit is contained in:
dab246
2022-05-06 15:13:37 +07:00
committed by Dat H. Pham
parent 15de506b97
commit 5cc5ff9761
12 changed files with 246 additions and 40 deletions
@@ -1259,4 +1259,20 @@ class AppLocalizations {
return Intl.message('Delete Failed',
name: 'delete_failed');
}
String get edit_identity {
return Intl.message('Edit identity',
name: 'edit_identity');
}
String get you_are_changed_your_identity_successfully {
return Intl.message('Youve changed your identity successfully',
name: 'you_are_changed_your_identity_successfully');
}
String get save {
return Intl.message(
'Save',
name: 'save');
}
}