TF-2362 Add loadMore text

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2024-02-22 09:17:18 +07:00
committed by Dat H. Pham
parent 26843f18f8
commit eecd748428
2 changed files with 14 additions and 1 deletions
@@ -3780,4 +3780,11 @@ class AppLocalizations {
name: 'restoreDeletedMessageCanceled',
);
}
String get loadMore {
return Intl.message(
'Load more',
name: 'loadMore',
);
}
}