Thanks for your kind assistance. I added langpack for Tajik and it works well. But help files that we translated into Tajik are not there. We translated about 30% of help files for OOo2.1. These translations are shown in Pavel's builds of OOo2.1 for windows.

You have to provide

helpcontent2/source/auxiliary/<your language>

In my builds, I just do this in my build script:

# FIXME/TEMP: add missing auxiliary/isocode directories for now
for i in ${SUPPORTEDLANGUAGES}
  do
[ ! -d helpcontent2/source/auxiliary/$i ] && ${CP} -r helpcontent2/ source/auxiliary/en-US helpcontent2/source/auxiliary/$i
done

Which means that if this directory does not exist, I simply copy en- US there.
--
Pavel Janík
[EMAIL PROTECTED]



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

Reply via email to