TF-2387 Add TwakeWelcome page the first time app launch

This commit is contained in:
dab246
2024-01-02 19:07:19 +07:00
committed by Dat H. Pham
parent 064692d8c3
commit 1393e2cd07
10 changed files with 152 additions and 4 deletions
@@ -4238,4 +4238,25 @@ class AppLocalizations {
name: 'thisFieldCannotContainOnlySpaces',
);
}
String get descriptionWelcomeTo {
return Intl.message(
'End-to-end encryption, collaborative\n features for secure and efficient\n teamwork',
name: 'descriptionWelcomeTo',
);
}
String get createTwakeId {
return Intl.message(
'Create Twake ID',
name: 'createTwakeId',
);
}
String get useCompanyServer {
return Intl.message(
'Use company server',
name: 'useCompanyServer',
);
}
}