mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-09 17:30:18 +01:00
25 lines
899 B
Plaintext
25 lines
899 B
Plaintext
|
<?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:name="en-US">
|
||
|
<chrome:packages>
|
||
|
<RDF:Seq about="urn:mozilla:locale:en-US:packages">
|
||
|
<RDF:li resource="urn:mozilla:locale:en-US:communicator-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:communicator-platform"
|
||
|
#expand chrome:localeVersion="__MOZILLA_LOCALE_VERSION__"/>
|
||
|
</RDF:RDF>
|