|
|
|
|
@ -1787,12 +1787,6 @@ abstract class LocaleKeys {
|
|
|
|
|
static const selectBloodDonationCity = 'selectBloodDonationCity';
|
|
|
|
|
static const selectBloodDonationGender = 'selectBloodDonationGender';
|
|
|
|
|
static const selectBloodType = 'selectBloodType';
|
|
|
|
|
static const startLiveChat = 'startLiveChat';
|
|
|
|
|
static const followUsOn = 'followUsOn';
|
|
|
|
|
static const followUsOnX = 'followUsOnX';
|
|
|
|
|
static const likeUsOnFB = 'likeUsOnFB';
|
|
|
|
|
static const watchUsOnYoutube = 'watchUsOnYoutube';
|
|
|
|
|
static const connectOnLinkedin = 'connectOnLinkedin';
|
|
|
|
|
static const networkErrorTitle = 'networkErrorTitle';
|
|
|
|
|
static const networkErrorMessage = 'networkErrorMessage';
|
|
|
|
|
static const networkConnectionReset = 'networkConnectionReset';
|
|
|
|
|
@ -1801,5 +1795,11 @@ abstract class LocaleKeys {
|
|
|
|
|
static const networkErrorWhileFetching = 'networkErrorWhileFetching';
|
|
|
|
|
static const networkPleaseCheckInternet = 'networkPleaseCheckInternet';
|
|
|
|
|
static const networkServerErrorNoMessage = 'networkServerErrorNoMessage';
|
|
|
|
|
static const startLiveChat = 'startLiveChat';
|
|
|
|
|
static const followUsOn = 'followUsOn';
|
|
|
|
|
static const followUsOnX = 'followUsOnX';
|
|
|
|
|
static const likeUsOnFB = 'likeUsOnFB';
|
|
|
|
|
static const watchUsOnYoutube = 'watchUsOnYoutube';
|
|
|
|
|
static const connectOnLinkedin = 'connectOnLinkedin';
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|