[Digikam-devel] [Bug 147921] geolocalization plugin in French please
    Fabien 
    fabien.ubuntu at gmail.com
       
    Mon Jul 16 17:28:35 BST 2007
    
    
  
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=147921         
------- Additional Comments From fabien.ubuntu gmail com  2007-07-16 18:28 -------
Ok, I understand. It's not the gpssync kipi-plugin which I fully translated in french, but the links that digikam creates in its gps sidebar...
Ok, I confirm the problem, I already saw it.
It's in gpswidget.cpp, eg for google maps :
      case GoogleMaps:
        {
            url.append("http://maps.google.com/?q=");
            url.append(val.setNum(d->map->getLatitude(), 'g', 12));
            url.append(",");
            url.append(val.setNum(d->map->getLongitude(), 'g', 12));
            url.append("&spn=0.05,0.05&t=h&om=1&hl=en");
==> hl=en
If you put fr, it will be in french.
    
    
More information about the Digikam-devel
mailing list