Edgewall Software

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#430 closed defect (invalid)

Babel is extracting messages with trailing spaces while they get ignored when generating message-id to be translated

Reported by: ignas@… Owned by: cmlenz
Priority: major Milestone: 0.7
Component: Internationalization Version: 0.6
Keywords: Cc:

Description

<h2>Search docs</h2>
<h2>
  Search docs
</h2>

Produces 2 message ids in the translation template

"Search docs"
"Search docs "

But only the one without the trailing space is used.

So if I have only:

<h2>
  Search docs
</h2>

The translations will not work at all, because the extracted id will have a space character and the actual message-id will not

Change History (2)

comment:1 Changed 13 years ago by anonymous

  • Resolution set to invalid
  • Status changed from new to closed

comment:2 Changed 13 years ago by anonymous

Typed the wrong templating engine name when looking for the bugtracker, sorry.

Note: See TracTickets for help on using tickets.