Ticket #8501 (closed Bug: fixed)
i18n:domain missing in plone.app.content.browser batching.pt
| Reported by: | erral | Owned by: | dunlapm |
|---|---|---|---|
| Priority: | minor | Milestone: | 3.3 |
| Component: | Internationalization | Keywords: | i18n |
| Cc: |
Description
There is a missing i18n:domain="plone" attribute in the main div of the batching.pt file of plone.app.content which prevents the batch texts to be properly translated in multilingual websites. This is the diff:
erral@lindari:~/dev/plone.app.content$ svn diff
Index: plone/app/content/browser/batching.pt
===================================================================
--- plone/app/content/browser/batching.pt (revision 22580)
+++ plone/app/content/browser/batching.pt (working copy)
@@ -1,5 +1,6 @@
<!-- Navigation -->
<div class="listingBar"
+ i18n:domain="plone"
metal:define-macro="navigation"
tal:define="batch view/batch"
tal:condition="batch/multiple_pages">
erral@lindari:~/dev/plone.app.content$
Change History
Note: See
TracTickets for help on using
tickets.
