mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 04:03:47 +00:00
bug 747645 - move webapp-uninstaller.properties to browser/locales/ to make it easier to localize; r=felipe
This commit is contained in:
parent
7f2fc84660
commit
5e8a687089
@ -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::
|
||||
|
Loading…
x
Reference in New Issue
Block a user