View | Details | Raw Unified | Return to bug 171203
Collapse All | Expand All

(-)distinfo (+2 lines)
Lines 42-44 Link Here
42
SIZE (xpi/seamonkey-i18n-2.12/seamonkey-2.12.sv-SE.langpack.xpi) = 839343
42
SIZE (xpi/seamonkey-i18n-2.12/seamonkey-2.12.sv-SE.langpack.xpi) = 839343
43
SHA256 (xpi/seamonkey-i18n-2.12/seamonkey-2.12.tr.langpack.xpi) = 40cb87452a0f9e698f47044edf8b32b5e746c0d1cbf18f033ad904b6d4c773b4
43
SHA256 (xpi/seamonkey-i18n-2.12/seamonkey-2.12.tr.langpack.xpi) = 40cb87452a0f9e698f47044edf8b32b5e746c0d1cbf18f033ad904b6d4c773b4
44
SIZE (xpi/seamonkey-i18n-2.12/seamonkey-2.12.tr.langpack.xpi) = 818972
44
SIZE (xpi/seamonkey-i18n-2.12/seamonkey-2.12.tr.langpack.xpi) = 818972
45
SHA256 (xpi/seamonkey-i18n-2.12/seamonkey-2.12.uk.langpack.xpi) = 8f8ea20e1931c478f81cee5c9feaac42194573e5469ae03d6731951b2f2263e0
46
SIZE (xpi/seamonkey-i18n-2.12/seamonkey-2.12.uk.langpack.xpi) = 883899
(-)Makefile.option (-1 / +2 lines)
Lines 26-29 Link Here
26
				LANG_SA "Spanish (Argentina)"   off \
26
				LANG_SA "Spanish (Argentina)"   off \
27
				LANG_SE "Swedish"               off \
27
				LANG_SE "Swedish"               off \
28
				LANG_SK "Slovak"                off \
28
				LANG_SK "Slovak"                off \
29
				LANG_TR "Turkish"               off
29
				LANG_TR "Turkish"               off \
30
				LANG_UA "Ukrainian"             off
(-)Makefile.lang (-1 / +4 lines)
Lines 8-14 Link Here
8
#
8
#
9
SEAMONKEY_I18N_ALL_=	ca cs de en-GB en-US es-AR es-ES \
9
SEAMONKEY_I18N_ALL_=	ca cs de en-GB en-US es-AR es-ES \
10
			fi fr hu it ja-JP-mac ja lt nb-NO nl pl \
10
			fi fr hu it ja-JP-mac ja lt nb-NO nl pl \
11
			pt-PT ru sk sv-SE tr 
11
			pt-PT ru sk sv-SE tr uk
12
12
13
.if defined(SEAMONKEY_I18N_ALL) || (defined(PACKAGE_BUILDING) && !exists(${OPTIONSFILE})) || make(makesum)
13
.if defined(SEAMONKEY_I18N_ALL) || (defined(PACKAGE_BUILDING) && !exists(${OPTIONSFILE})) || make(makesum)
14
SEAMONKEY_I18N=   ${SEAMONKEY_I18N_ALL_}
14
SEAMONKEY_I18N=   ${SEAMONKEY_I18N_ALL_}
Lines 79-82 Link Here
79
.ifndef WITHOUT_LANG_TR
79
.ifndef WITHOUT_LANG_TR
80
SEAMONKEY_I18N+=  tr
80
SEAMONKEY_I18N+=  tr
81
.endif
81
.endif
82
.ifndef WITHOUT_LANG_UA
83
SEAMONKEY_I18N+=  uk
82
.endif
84
.endif
85
.endif

Return to bug 171203