Bug 507197 - Camino no longer sending the accept-charset header. r/sr=smorgan
git-svn-id: svn://10.0.0.236/branches/CAMINO_2_0_BRANCH@257873 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0"?>
|
||||
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
|
||||
|
||||
<!-- list all the locale being supplied by this package -->
|
||||
<RDF:Seq about="urn:mozilla:locale:root">
|
||||
<RDF:li resource="urn:mozilla:locale:en-US"/>
|
||||
</RDF:Seq>
|
||||
|
||||
<!-- locale information -->
|
||||
<RDF:Description about="urn:mozilla:locale:en-US">
|
||||
<chrome:packages>
|
||||
<RDF:Seq about="urn:mozilla:locale:en-US:packages">
|
||||
<RDF:li resource="urn:mozilla:locale:en-US:global-platform"/>
|
||||
</RDF:Seq>
|
||||
</chrome:packages>
|
||||
</RDF:Description>
|
||||
|
||||
<!-- Version Information. State that we work only with major version of this
|
||||
package. -->
|
||||
<RDF:Description about="urn:mozilla:locale:en-US:global-platform"
|
||||
chrome:localeVersion="1.9a1"/>
|
||||
</RDF:RDF>
|
||||
@@ -0,0 +1,5 @@
|
||||
# moved from navigator/locale/navigator.properties
|
||||
intl.charset.default=ISO-8859-1
|
||||
# LOCALIZATION NOTE (intl.ellipsis): Use the unicode ellipsis char, \u2026,
|
||||
# or use "..." unless \u2026 doesn't suit traditions in your locale.
|
||||
intl.ellipsis=…
|
||||
Reference in New Issue
Block a user