Hi Kai-Martin, On Mittwoch, 26. Dezember 2007, Kai-Martin Knaak wrote: > What to do for the German version?
Here are the steps required to create the translation: * add de_DE to the LINGUAS file * create a copy of libgeda30.pot --> de_DE.po * translate the strings in de_DE.po (I've used kbabel for that) * run "make install" in libgeda/po directory again. > Looks like gschem itself is perfectly in shape with po files > contributed by Werner Hoch. I'm not happy with all translations, improvements are very welcome. Better expressed in German: Die Übersetzungen klingen manchmal hölzern und einige (Fach-)Begriffe hören sich in deutsch einfach bescheuert an. z.B. grid, snap, slot, attach, ... > The po dir in gattrib seems to lack configuration. POTFILES.in > contains just one line with "data/geda-gattrib.desktop.in". I'm am > not familiar with the internationalization process. I guessed, > POTFILES.in should contain all *.c files and LINGUS should specify > "de_DE". Still, something seems to be missing. > > If I call make in /peter-b/gattrib/po I get: > > /------------ > [EMAIL PROTECTED]:/usr/local/geda-src/peter-b/gattrib/po$ make > cd .. \ > && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \ > /bin/sh ./config.status > config.status: creating po/Makefile.in > config.status: executing depfiles commands > config.status: executing intltool commands > config.status: executing po-directories commands > config.status: creating po/POTFILES > config.status: creating po/Makefile > config.status: executing po/stamp-it commands > make: *** No rule to make target `de_DE.gmo', needed by `all-yes'. > Stop. \----------------- > > Any hint? Not really, but the steps from libgeda worked for me in gattrib, too. * Add de_DE to LINGUAS * copy the pot-file to de_DE.po * (translate) * run "make install" again. If it does not work for you I can push the initial translation files to the git repo either this evening or tomorrow. Regards Werner _______________________________________________ geda-dev mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev
