diff options
Diffstat (limited to 'src/chrome/locale/hu-HU/contents.rdf')
-rw-r--r-- | src/chrome/locale/hu-HU/contents.rdf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/chrome/locale/hu-HU/contents.rdf b/src/chrome/locale/hu-HU/contents.rdf new file mode 100644 index 0000000..41c118d --- /dev/null +++ b/src/chrome/locale/hu-HU/contents.rdf @@ -0,0 +1,19 @@ +<?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 packages being supplied by this jar --> + <RDF:Seq about="urn:mozilla:locale:root"> + <RDF:li resource="urn:mozilla:locale:hu-HU"/> + </RDF:Seq> + + <!-- locale information --> + <RDF:Description about="urn:mozilla:locale:hu-HU"> + <chrome:packages> + <RDF:Seq about="urn:mozilla:locale:hu-HU:packages"> + <RDF:li resource="urn:mozilla:locale:hu-HU:mproxy"/> + </RDF:Seq> + </chrome:packages> + </RDF:Description> +</RDF:RDF> |