diff options
author | maho <maho@FreeBSD.org> | 2003-11-09 19:53:34 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-11-09 19:53:34 +0800 |
commit | a86c2b639a8f691b71298468417c5e06a136da24 (patch) | |
tree | 53e70ac2f862dc5d06c3f0d75b32013ba14787cb /editors/openoffice-1.1-sk | |
parent | 7b60acf191bc16bc13260a1b04a16006889c0a26 (diff) | |
download | freebsd-ports-gnome-a86c2b639a8f691b71298468417c5e06a136da24.tar.gz freebsd-ports-gnome-a86c2b639a8f691b71298468417c5e06a136da24.tar.zst freebsd-ports-gnome-a86c2b639a8f691b71298468417c5e06a136da24.zip |
According to http://l10n.openoffice.org/all_supported_languages.html
EXT code for Czech and Slovak are 42 and 43.
Submitted by : Pavel@Janik.cz (Pavel Janik)
Diffstat (limited to 'editors/openoffice-1.1-sk')
-rw-r--r-- | editors/openoffice-1.1-sk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-1.1-sk/Makefile b/editors/openoffice-1.1-sk/Makefile index 4c6278cdffba..1a59b9aad390 100644 --- a/editors/openoffice-1.1-sk/Makefile +++ b/editors/openoffice-1.1-sk/Makefile @@ -8,7 +8,7 @@ CATEGORIES= editors LANG_PKGNAME= sk -LANG_EXT= 421 +LANG_EXT= 43 LANG_CONFIGURE_ARG= SLOVAK MASTERDIR= ${.CURDIR}/../openoffice-1.1 |