Bug 1115892: Ensure that en-GB displays the proper language in crashreporter. r=gps

This commit is contained in:
Stephen Pohl 2015-01-26 12:33:03 -05:00
Родитель 0b8a91736f
Коммит f2ca5b3bd5
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -113,9 +113,11 @@ ifdef MOZ_STUB_INSTALLER
endif
$(PYTHON) $(MOZILLA_DIR)/toolkit/mozapps/installer/l10n-repack.py $(STAGEDIST) $(DIST)/xpi-stage/locale-$(AB_CD) \
$(if $(filter omni,$(MOZ_PACKAGER_FORMAT)),$(if $(NON_OMNIJAR_FILES),--non-resource $(NON_OMNIJAR_FILES)))
ifneq (en,$(AB))
ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT))
ifneq (en,$(AB))
mv $(STAGEDIST)/en.lproj $(STAGEDIST)/$(AB).lproj
endif
ifdef MOZ_CRASHREPORTER
# On Mac OS X, the crashreporter.ini file needs to be moved from under the
# application bundle's Resources directory where all other l10n files are
@ -125,7 +127,7 @@ ifdef MOZ_CRASHREPORTER
$(RM) -rf $(STAGEDIST)/crashreporter.app
endif
endif
endif
$(NSINSTALL) -D $(DIST)/l10n-stage/$(PKG_PATH)
cd $(DIST)/l10n-stage; \
$(MAKE_PACKAGE)