You are not logged in.
hey pink chicks can read my mind ;-)
Offline
Hi !
Is "es" language (spanish) supported ?
regards.
Arch Linux Powered
Offline
at the moment not but you can easily take the PKGBUILD in the package
to generate the right for 'es' the problem is that 'es' is not in OO standard download sections on the ftp server
Offline
a swedish dictonary would make me and a few others very happy
To err is human... to really foul up requires the root password.
Offline
dictionary support is not implemented at the moment
(if you want to help me to implement this feel free to contact me)
you have to use the included dictionary installer or download them on there site.
a PKGBUILD for dictionaries is this (it's my personal):
#Contributor: Tobias Powalowski <t.powa@gmx.de>
pkgname=oo-rechtschreibung
pkgver=1.0
pkgrel=1
pkgdesc="deutsche Rechtschreibung"
url="http://de.openoffice.org"
depends=()
source=('rechtschreibung.tar.gz')
build() {
cd $startdir/src/
mkdir -p $startdir/pkg/opt/openoffice/
mv share $startdir/pkg/opt/openoffice/
}
you can easily modify it to your needs
Offline