mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 13:07:52 +00:00
Bug 1080395 - Crash reporter is only partially localized on Mac OS X. r=ted
This commit is contained in:
parent
184ec9a743
commit
5746138bb6
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user