Thanks, I just realised the da.gmo is not being updated - how do I make it update da.gmo?
- Jesper Den 06/02/2011 kl. 16.23 skrev Enrico Forestieri: > On Sun, Feb 06, 2011 at 04:05:14PM +0100, Jesper Stemann Andersen wrote: > >> Just tried editing a bit in po/da.po in svn-trunk. After re-building on Mac >> OS X: >> >> ./configure --with-version-suffix=-2.0 --with-x=no --disable-stdlib-debug >> --prefix=/Users/jesper/Hacking/LyX/LyX.app --with-qt4-dir=/sw/lib/qt4-mac >> make >> make install-strip >> >> my edits do not show up in the user interface - any ideas? > > If you are running it in place, try the following: > > $ cd <lyx-top-srcdir> > $ mkdir -p locale/da/LC_MESSAGES > $ ln -s ../../../po/da.gmo locale/da/LC_MESSAGES/lyx-2.0.mo > > On native Windows, one also needs either > > $ setenv LYX_LOCALEDIR <lyx-top-srcdir>/locale > > if using tcsh, or > > $ export LYX_LOCALEDIR=<lyx-top-srcdir>/locale > > if using bash. I don't know whether this is also needed on Mac. > > -- > Enrico