bug 747645 - move webapp-uninstaller.properties to browser/locales/ to make it easier to localize; r=felipe

This commit is contained in:
Myk Melez 2012-05-31 00:13:00 -07:00
parent 7f2fc84660
commit 5e8a687089
2 changed files with 4 additions and 4 deletions

View File

@ -74,12 +74,12 @@ endif
# Uninstaller
ifdef LOCALE_MERGEDIR
PPL_LOCALE_ARGS = \
--l10n-dir=$(LOCALE_MERGEDIR)/webapprt/webapp-uninstaller \
--l10n-dir=$(call EXPAND_LOCALE_SRCDIR,webapprt/locales)/webapp-uninstaller \
--l10n-dir=$(topsrcdir)/webapprt/locales/en-US/webapp-uninstaller \
--l10n-dir=$(LOCALE_MERGEDIR)/browser/webapp-uninstaller \
--l10n-dir=$(call EXPAND_LOCALE_SRCDIR,browser/locales)/webapp-uninstaller \
--l10n-dir=$(topsrcdir)/browser/locales/en-US/webapp-uninstaller \
$(NULL)
else
PPL_LOCALE_ARGS=$(call EXPAND_LOCALE_SRCDIR,webapprt/locales)/webapp-uninstaller
PPL_LOCALE_ARGS=$(call EXPAND_LOCALE_SRCDIR,browser/locales)/webapp-uninstaller
endif
libs::