Bug 16563

Summary: Translatability: Issues in opac-account.tt (sentence splitting)
Product: Koha Reporter: Marc Véron <veron>
Component: I18N/L10NAssignee: Marc Véron <veron>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: trivial    
Priority: P5 - low CC: f.demians, jonathan.druart, julian.maurice, kyle
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: String patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 11622    
Bug Blocks:    
Attachments: Bug 16563: Translatability: Issues in opac-account.tt (sentence splitting)
[SIGNED-OFF] Bug 16563: Translatability: Issues in opac-account.tt (sentence splitting)
Bug 16563: Translatability: Issues in opac-account.tt (sentence splitting)

Description Marc Véron 2016-05-22 06:45:10 UTC
Following sentences in opac-account.tt have a translatability problem (splitting by tags):

<p>A payment with the transaction id <i>[% message_value %]</i> has already been posted to an account.</p>

<p>The transaction id <i>[% message_value %]</i> for this payment is invalid.</p>
Comment 1 Marc Véron 2016-05-23 09:28:23 UTC Comment hidden (obsolete)
Comment 2 Bernardo Gonzalez Kriegel 2016-05-26 19:51:39 UTC Comment hidden (obsolete)
Comment 3 Jonathan Druart 2016-06-10 13:48:37 UTC
What about:
  The transaction (id [% id %]) for this payment is invalid.
?
Comment 4 Jonathan Druart 2016-06-10 13:49:10 UTC
(In reply to Jonathan Druart from comment #3)
> What about:
>   The transaction (id [% id %]) for this payment is invalid.
> ?

Hum, forget that, it's not an id.
Comment 5 Jonathan Druart 2016-06-10 13:50:20 UTC
Created attachment 52228 [details] [review]
Bug 16563: Translatability: Issues in opac-account.tt (sentence splitting)

This patch removes splitting by <i>-tags from 2 sentences.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
No errors

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 6 Kyle M Hall 2016-06-10 17:47:08 UTC
Pushed to master for 16.11, thanks Marc!
Comment 7 Frédéric Demians 2016-06-15 07:48:46 UTC
Pushed in 16.05. Will be in 16.05.01.
Comment 8 Julian Maurice 2016-06-16 09:58:39 UTC
Not needed in 3.22.x