import { __ } from '../i18n'; import { html } from "lit"; import { renderAvatar } from './../templates/directives/avatar'; export default (o) => { const i18n_uploading = __('Uploading file:') return html`
${ renderAvatar(this) }
${i18n_uploading} ${o.filename}, ${o.filesize}
`; }