← Back to team overview

kicad-developers team mailing list archive

Missing translation macros in common/dialog_about/AboutDialog_main.cpp ?

 

Hi,

I can remember that previous KiCad versions were completely translated
in the 'About KiCad' dialog. Now it seems the needed macros _( ) are
partially 'lost'?

> 140     description << "<li>"
> 141                 << "Official KiCad library repositories - "  <------ e.g.
> 142                 << HtmlHyperlink( "https://github.com/KiCad/"; )
> 143                 << "</li>";
> 144 
> 145     description << "</ul></p>";
> 146 
> 147     description << "<p><b><u>"
> 148                 << _( "Bug tracker" )  <---- 
> 149                 << "</u></b>"; // bold & underlined font caption

Is this somehow intended that these needed macros are removed in the
file common/dialog_about/AboutDialog_main.cpp?
Are there any more files to look at?

Btw: The hyperlink to the libraries needs too be reworked too.

-- 
Regards
Carsten Schoenert


Follow ups