refactor: Update arb file types
This commit is contained in:
parent
aad2c9af99
commit
25872eeb26
55 changed files with 43340 additions and 31747 deletions
|
|
@ -168,7 +168,7 @@ class SendFileDialogState extends State<SendFileDialog> {
|
|||
|
||||
final fileName = widget.files.length == 1
|
||||
? widget.files.single.name
|
||||
: L10n.of(context).countFiles(widget.files.length.toString());
|
||||
: L10n.of(context).countFiles(widget.files.length);
|
||||
final fileTypes = widget.files
|
||||
.map((file) => file.name.split('.').last)
|
||||
.toSet()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue