TF-2116 Apply new design composer mobile
(cherry picked from commit fe4ec144d1a18a94de782f87fff56bbf1cd3a00a)
This commit is contained in:
@@ -3325,4 +3325,12 @@ class AppLocalizations {
|
||||
name: 'embedCode'
|
||||
);
|
||||
}
|
||||
|
||||
String showMoreAttachment(int count) {
|
||||
return Intl.message(
|
||||
'Show more (+$count)',
|
||||
name: 'showMoreAttachment',
|
||||
args: [count]
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user