2 # This file is part of the LibreOffice project.
4 # This Source Code Form is subject to the terms of the Mozilla Public
5 # License, v. 2.0. If a copy of the MPL was not distributed with this
6 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 # This file incorporates work covered by the following license notice:
10 # Licensed to the Apache Software Foundation (ASF) under one or more
11 # contributor license agreements. See the NOTICE file distributed
12 # with this work for additional information regarding copyright
13 # ownership. The ASF licenses this file to you under the Apache
14 # License, Version 2.0 (the "License"); you may not use this file
15 # except in compliance with the License. You may obtain a copy of
16 # the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 # Complete list of all supported localizations (ISO codes)
140 ifneq ($(WITH_LANG
),ALL
)
141 gb_WITH_LANG
=$(WITH_LANG
)
143 # expand ALL based on language list)
144 gb_WITH_LANG
=$(completelangiso
)
146 gb_HELP_LANGS
:= en-US
148 ifneq ($(ENABLE_RELEASE_BUILD
),TRUE
)
149 ifneq ($(WITH_LANG
),)
155 gb_TRANS_LANGS
= $(filter-out en-US
,$(filter-out qtz
,$(gb_WITH_LANG
)))
158 $(foreach lang
,$(filter-out $(WITH_POOR_HELP_LOCALIZATIONS
),$(gb_TRANS_LANGS
)),\
161 $(wildcard $(SRCDIR
)/helpcontent2
/source
/auxiliary
/$(lang
)),\
162 $(wildcard $(SRCDIR
)/translations
/source
/$(lang
)/helpcontent2
)),\
165 # Langs that need special handling for registry files. This is done by
166 # MAKE_LANG_SPECIFIC flag in scp.
167 gb_CJK_LANGS
:= $(filter $(gb_WITH_LANG
),ja ko zh-CN zh-TW
)
168 gb_CTL_LANGS
:= $(filter $(gb_WITH_LANG
),ar bo dz fa gu he hi km ky-CN lo my ne or pa-IN ta th
)
169 gb_CTLSEQCHECK_LANGS
:= $(filter $(gb_CTL_LANGS
),km lo th
)
171 # vim: set noet ts=4 sw=4: