diff --git a/browser/locales/Makefile.in b/browser/locales/Makefile.in
index d844e9ffcaca5c4d7bead2a067e3f5286049723a..d95c7d4f279a4883de58a695ba5b76467bf1553b 100644
--- a/browser/locales/Makefile.in
+++ b/browser/locales/Makefile.in
@@ -154,6 +154,7 @@ endif
 libs-%:
 	@$(MAKE) -C ../../toolkit/locales libs-$*
 	@$(MAKE) -C ../../extensions/reporter/locales libs AB_CD=$* XPI_NAME=locale-$*
+	@$(MAKE) -C ../../extensions/spellcheck/locales AB_CD=$* XPI_NAME=locale-$*
 	@$(MAKE) libs AB_CD=$* XPI_NAME=locale-$* PREF_DIR=defaults/pref
 ifdef MOZ_BRANDING_DIRECTORY
 	@$(MAKE) -C $(DEPTH)/$(MOZ_BRANDING_DIRECTORY)/locales AB_CD=$* XPI_NAME=locale-$*
@@ -218,8 +219,9 @@ repackage-zip: $(ZIP_IN)
 	$(RM) $(STAGEDIST)/chrome/en-US.jar \
 	  $(STAGEDIST)/chrome/en-US.manifest \
 	  $(STAGEDIST)/defaults/pref/firefox-l10n.js
-	$(RM) -r $(STAGEDIST)/searchplugins \
 	$(RM) -r $(STAGEDIST)/microsummary-generators \
+	  $(STAGEDIST)/searchplugins \
+	  $(STAGEDIST)/dictionaries \
 	  $(STAGEDIST)/defaults/profile \
 	  $(STAGEDIST)/chrome/en-US
 	$(RM) -rf $(DIST)/xpi-stage/locale-$(AB_CD)
diff --git a/client.mk b/client.mk
index 1e14c0305d24b7ed9363c7d41b473af2da5637ee..604e4c88b9a512c438ad3e349d595a72b93e5dd8 100644
--- a/client.mk
+++ b/client.mk
@@ -255,6 +255,7 @@ LOCALES_browser :=                              \
   $(LOCALES_toolkit)                            \
   browser                                       \
   extensions/reporter                           \
+  extensions/spellcheck                         \
   other-licenses/branding/firefox               \
   $(NULL)
 
@@ -294,6 +295,7 @@ LOCALES_mail :=                                 \
   mail                                          \
   other-licenses/branding/thunderbird           \
   editor/ui                                     \
+  extensions/spellcheck                         \
   $(NULL)
 
 BOOTSTRAP_mail :=                               \
diff --git a/mail/locales/Makefile.in b/mail/locales/Makefile.in
index 9c2e68edc8007fab9fe852cd3173db9e14c25b72..f9cad2dc65c44365e4228371a5ffcfa71d568b26 100644
--- a/mail/locales/Makefile.in
+++ b/mail/locales/Makefile.in
@@ -159,6 +159,7 @@ repackage-zip: $(ZIP_IN)
 	  $(STAGEDIST)/chrome/en-US.manifest \
 	  $(STAGEDIST)/defaults/pref/all-l10n.js
 	$(RM) -r $(STAGEDIST)/searchplugins \
+	  $(STAGEDIST)/dictionaries \
 	  $(STAGEDIST)/chrome/en-US
 	$(RM) -rf $(DIST)/xpi-stage/locale-$(AB_CD)
 	$(MAKE) libs-$(AB_CD)