Bug 1080395 - Crash reporter is only partially localized on Mac OS X. r=ted

This commit is contained in:
Robert Strong 2014-10-10 04:02:20 -07:00
parent 184ec9a743
commit 5746138bb6

View File

@ -116,6 +116,14 @@ endif
ifneq (en,$(AB))
ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT))
mv $(STAGEDIST)/en.lproj $(STAGEDIST)/$(AB).lproj
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
# located to the crash reporter bundle's Resources directory.
mv $(STAGEDIST)/crashreporter.app/Contents/Resources/crashreporter.ini \
$(STAGEDIST)/../MacOS/crashreporter.app/Contents/Resources/crashreporter.ini
$(RM) -rf $(STAGEDIST)/crashreporter.app
endif
endif
endif
$(NSINSTALL) -D $(DIST)/l10n-stage/$(PKG_PATH)