Ignore:
Timestamp:
29 Apr 2022, 09:59:04 (3 years ago)
Author:
Henrik Bettermann
Message:

Fix internationalization.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/widgets/orderedSelectionList.pt

    r15037 r16938  
    144144        <option tal:repeat="entry view/choices"
    145145                tal:attributes="value entry/value"
    146                 tal:content="entry/text" i18n:translate=""/>
     146                tal:content="entry/text"/>
    147147      </select>
    148148    </td>
     
    165165        <option tal:repeat="entry view/selected"
    166166                tal:attributes="value entry/value"
    167                 tal:content="entry/text" i18n:translate=""/>
     167                tal:content="entry/text"/>
    168168      </select>
    169169      <input name="foo-empty-marker" type="hidden"
Note: See TracChangeset for help on using the changeset viewer.