From: "Rimgaudas Laucius" <[EMAIL PROTECTED]>
   Date: Mon, 11 Apr 2005 17:38:59 +0300

Hi,

   > i am sorry i must be missed that. Where can i find helpcontent2
   > translation and compilation guidelines?

in 2.0, helpcontent is localized the same way as UI is.

Very good documentation about OOo's helpcontent is:

http://documentation.openoffice.org/online_help/HelpAuthoring.pdf

General info about 2.0's helpcontent:

http://documentation.openoffice.org/online_help/index.html

2.0's help is *much* better than in previous versions!

   > I built lithuanian oo20 installation set but lithuanian helpcontent
   > files were not build (building instsetoo_native compiler tells that
   > they are missing). I set lithuanian language using configure
   > option --with-lang. Have i to set any additional options or extend
   > source?

The problem is that you do not have source/auxiliary/$isocode
directory. See what I do in my build system:

    for i in ${SUPPORTEDLANGUAGES}
    do
      [ ! -d helpcontent2/source/auxiliary/$i ] && cp -r 
helpcontent2/source/auxiliary/en-US helpcontent2/source/auxiliary/$i
    done

Or you can set the variable DEFAULT_TO_ENGLISH_FOR_PACKING to yes. I hope
it will be the default soon ;-)
-- 
Pavel Janík

panic("Lucy in the sky....");
                  -- 2.2.16 arch/sparc64/kernel/starfire.c

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to