wcf.attachment.upload.limits is missing the maximum filesize in the english version

  • Affected App
    WoltLab Suite Core

    If you compare both Versions:

    Code
    <item name="wcf.attachment.upload.limits"><![CDATA[Maximale Anzahl an Dateianhängen: {#$attachmentHandler->getMaxCount()}<br>
    Maximale Dateigröße: {@$attachmentHandler->getMaxSize()|filesize}<br>
    Erlaubte Dateiendungen: {', '|implode:$attachmentHandler->getFormattedAllowedExtensions()}]]></item>

    vs

    Code
    <item name="wcf.attachment.upload.limits"><![CDATA[The maximum number of attachments: {#$attachmentHandler->getMaxCount()}<br>
    Allowed extensions: {', '|implode:$attachmentHandler->getFormattedAllowedExtensions()}]]></item>

    English Version gives no information about the filesize.

    Seams to be missing since WSC3.0

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!