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
Родитель 7f2fc84660
Коммит 5e8a687089
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -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::