Re: translation heads up: 4.2 imminent
Edgar Aichinger <[email protected]>
| Newsgroups | gmane.comp.audio.ardour.devel |
|---|---|
| Message-ID | <1815536.HfIBv9A13p@edpc> |
Hi fred, Am Sonntag, 16. August 2015, 09:16:51 schrieb fred: > Hi, > have downloaded Ardour4 this waygit clone git://git.ardour.org/ardour/ardour.git 4.0 > ./waf configure & waf were ok in 4.0 dir > > Then, when./waf i18n_pot > ... > > (have deleted the lines that finished ok) > when run ./ardev from gtk2_ardour dir, Ardour4 is in english.Too bad to have a chance to check the french version... > Do you have ideas to resolve this problem?Maybe I've missed something in the build process? > Thanks,Fred although it says fatal error i don't think they're fatal, i see them often and it still generates .po files. anyway, I usually run ./waf i18n after ./waf configure, then work on the translation (with lokalize), and when finished do a git diff on only the files i worked on, because otherwise the diff gets huge (updated line numbers and timestamps in all po files). then i put these diff files to my dropbox and post the URL to Paul or Robin on IRC, or put it to a Mantis issue. ardev cannot see the translation, a possible hack is to run ./waf install after each of your changes, and then run either ardev or the installed ardour4. Hope that helps, Edgar