TF-2976 Update ThreadView UI

This commit is contained in:
DatDang
2024-07-19 16:58:16 +07:00
committed by Dat H. Pham
parent 1b63786c6b
commit eb878e421e
9 changed files with 177 additions and 108 deletions
@@ -870,6 +870,20 @@ class AppLocalizations {
);
}
String get selected {
return Intl.message(
'Selected',
name: 'selected',
);
}
String get notSelected {
return Intl.message(
'Not selected',
name: 'notSelected',
);
}
String get more {
return Intl.message(
'More',