View Issue Details

IDProjectCategoryView StatusLast Update
0001591ardourtranslationpublic2008-11-21 00:27
Reporteresaracco Assigned Topaul  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Summary0001591: TOC/CUE CD export format problem
DescriptionSome translators translate "TOC" to something different. For exemple, french translation of "TOC" is currently "fichier TOC".

The problem is that the code actually check the value of the selection to determine the CD export type.

Line 877 of the "gtk2_ardour/export_dialog.cc" file (method "do_export_cd_markers") there is something like:

-----
if (cuefile_type == "TOC")
-----

This is wrong if traductors translated it. I suggest using:

-----
if (cuefile_type == _("TOC"))
-----

instead... or to not translated those sort of keys at all :-)

Bye
TagsNo tags attached.

Activities

esaracco

2007-04-03 08:54

reporter   ~0003700

Hum... In fact the category of this bug should be "bugs" and not "translation". But it seems that I can not update it myself.

paul

2007-04-12 15:35

administrator   ~0003799

fixed and committed.

Issue History

Date Modified Username Field Change
2007-04-03 08:06 esaracco New Issue
2007-04-03 08:54 esaracco Note Added: 0003700
2007-04-12 15:35 paul Status new => resolved
2007-04-12 15:35 paul Resolution open => fixed
2007-04-12 15:35 paul Assigned To => paul
2007-04-12 15:35 paul Note Added: 0003799
2008-11-21 00:27 seablade Status resolved => closed