Bug 10931

Summary: CSV for serial claims contains untranslatable strings
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: I18N/L10NAssignee: Jonathan Druart <jonathan.druart>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: f.demians, jonathan.druart, mathsabypro
Version: master   
Hardware: All   
OS: All   
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10935
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Katrin Fischer 2013-09-22 10:04:05 UTC
To reproduce:

- Make sure you have some late issues for your subscriptions
- Install an updated po file for another language 
- Activate that language
- Search for late issues using the claims functionality in serials
- Verify that you can export issue data for one or more issues
- Verify that the CSV created contains English strings
- Verify that your updated po file doesn't contain those strings
Comment 1 Jonathan Druart 2013-09-23 09:14:28 UTC
Katrin,
I reproduce the issue. But I reproduce on exporting basketgroup too.
Could you confirm the behavior is the same for basketgroup?
I think translators should add a carriage return when translating theses CSV headers.
Comment 2 Katrin Fischer 2013-09-23 09:16:13 UTC
This is not an option in Pootle afaik. The translation scripts won't keep it. Did you test?
Comment 3 Jonathan Druart 2013-09-23 15:24:35 UTC
If bug 10854 is pushed, librarians will be allowed to generated their own CSV profile.
They won't be translatable but they will be translated in the language used by librarians.
Katrin, do you think it is enough?
Comment 4 Mathieu Saby 2013-09-23 15:36:42 UTC
Hello

Translation bugs for CSV files are well known.
We had to make a local patch in Rennes 2 for transating them (and chosing the columns we wanted)

Mathieu
Comment 5 Katrin Fischer 2014-03-13 09:26:33 UTC
With the new export based on CSV profiles this works well.