Ginn Chen wrote:
> I think we don't need to introduce DEF_LOCALE, because in this patch
> DEF_LOCALE is either as same as AB_CD or as string "chrome://global/
> locale/intl.properties".
>
> In firefox/browser/locales/en-US/firefox-l10n.js, we can just write
> +pref("general.useragent.locale", "chrome://global/locale/
> intl.properties");
>
I just thought some community might need AB_CD.
Do you think the mozilla HEAD source should have the hard-coded
"intl.properties" instead of "AB_CD"?
Actually I'm not sure the behavior on Linux and Windows so I'll simply
apply your suggestion.
Thanks,
fujiwara