diff options
Diffstat (limited to 'www/mozilla/files/user-locales.rdf')
-rw-r--r-- | www/mozilla/files/user-locales.rdf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/www/mozilla/files/user-locales.rdf b/www/mozilla/files/user-locales.rdf new file mode 100644 index 00000000000..f74433c00d8 --- /dev/null +++ b/www/mozilla/files/user-locales.rdf @@ -0,0 +1,19 @@ +<?xml version="1.0"?> +<RDF:RDF + xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> + <RDF:Description about="urn:mozilla:package:global"> + <NS13:selectedLocale xmlns:NS13="http://www.mozilla.org/rdf/chrome#" resource="urn:mozilla:locale:en-US:global"/> + </RDF:Description> + <RDF:Description about="urn:mozilla:package:messenger"> + <NS14:selectedLocale xmlns:NS14="http://www.mozilla.org/rdf/chrome#" resource="urn:mozilla:locale:en-US:messenger"/> + </RDF:Description> + <RDF:Description about="urn:mozilla:package:communicator"> + <NS15:selectedLocale xmlns:NS15="http://www.mozilla.org/rdf/chrome#" resource="urn:mozilla:locale:en-US:communicator"/> + </RDF:Description> + <RDF:Description about="urn:mozilla:package:navigator"> + <NS16:selectedLocale xmlns:NS16="http://www.mozilla.org/rdf/chrome#" resource="urn:mozilla:locale:en-US:navigator"/> + </RDF:Description> + <RDF:Description about="urn:mozilla:package:editor"> + <NS17:selectedLocale xmlns:NS17="http://www.mozilla.org/rdf/chrome#" resource="urn:mozilla:locale:en-US:editor"/> + </RDF:Description> +</RDF:RDF> |