diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-11-09 11:53:34 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-11-09 11:53:34 +0000 |
commit | 110c85cd3532ccd0af9f55a6b74329eada31b256 (patch) | |
tree | 630c6cd82d9e68d1dd0ecd5579999ed5aff3d881 /editors | |
parent | libbonobo merge bonoboactivation. (diff) |
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)
Notes
Notes:
svn path=/head/; revision=93522
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-1.1-cs/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice-1.1-sk/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice-1.1-cs/Makefile b/editors/openoffice-1.1-cs/Makefile index 4b6fa1f128da..c1d9579138cd 100644 --- a/editors/openoffice-1.1-cs/Makefile +++ b/editors/openoffice-1.1-cs/Makefile @@ -8,7 +8,7 @@ CATEGORIES= editors LANG_PKGNAME= cs -LANG_EXT= 420 +LANG_EXT= 42 LANG_CONFIGURE_ARG= CZECH MASTERDIR= ${.CURDIR}/../openoffice-1.1 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 |