e05fef4154
2005/09/26 12:49:13 is 1.28.40.6: RESYNC: (1.28-1.30); FILE MERGED 2005/08/17 08:46:28 is 1.28.40.5: #i51124# using st instead of sx for southern sotho 2005/08/10 10:48:25 is 1.28.40.4: #i53147# adding Swahili 2005/08/03 15:02:57 is 1.28.40.3: #i52650# adding Bengali 2005/08/03 08:51:45 is 1.28.40.2: #i52803# adding Lao 2005/08/01 14:10:36 is 1.28.40.1: #i51124# adding southern sotho (Sutu), 1072, sx
44 lines
1.9 KiB
Makefile
44 lines
1.9 KiB
Makefile
#*************************************************************************
|
|
#
|
|
# OpenOffice.org - a multi-platform office productivity suite
|
|
#
|
|
# $RCSfile: postset.mk,v $
|
|
#
|
|
# $Revision: 1.31 $
|
|
#
|
|
# last change: $Author: hr $ $Date: 2005-09-28 13:20:06 $
|
|
#
|
|
# The Contents of this file are made available subject to
|
|
# the terms of GNU Lesser General Public License Version 2.1.
|
|
#
|
|
#
|
|
# GNU Lesser General Public License Version 2.1
|
|
# =============================================
|
|
# Copyright 2005 by Sun Microsystems, Inc.
|
|
# 901 San Antonio Road, Palo Alto, CA 94303, USA
|
|
#
|
|
# This library is free software; you can redistribute it and/or
|
|
# modify it under the terms of the GNU Lesser General Public
|
|
# License version 2.1, as published by the Free Software Foundation.
|
|
#
|
|
# This library is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
# Lesser General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU Lesser General Public
|
|
# License along with this library; if not, write to the Free Software
|
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
# MA 02111-1307 USA
|
|
#
|
|
#*************************************************************************
|
|
|
|
|
|
# Default ISO code used when no languages specified
|
|
# This language will be always included!
|
|
defaultlangiso=en-US
|
|
|
|
# Complete list of all supported ISO codes
|
|
completelangiso=af ar bn bn-BD bn-IN be-BY bg ca cs cy da de el en-GB en-US eo es et eu fi fr ga gl gu-IN he hi-IN hr hu it ja km kn-IN ko lo lt ms ne nb nl nn nr ns pa-IN pl pt pt-BR ru rw sk sl sh-YU sr-CS ss st sv sw sw-TZ sx ta-IN th tn tr ts ve vi xh zh-CN zh-TW zu
|
|
|
|
alllangiso=$(strip $(defaultlangiso) $(subst,$(defaultlangiso), $(uniq $(subst,ALL,$(completelangiso) $(WITH_LANG)))))
|