mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Content packs extension. Part of "correct" implementation for 65251 (if any implementation of this feature can be considered
"correct"). NOT PART OF BUILD.
This commit is contained in:
parent
901035901b
commit
fc362500ac
11
suite/common/pref/pref-locales.xul
Normal file
11
suite/common/pref/pref-locales.xul
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<?xml-stylesheet href="chrome://communicator/skin/"?>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://content-packs/locale/pref-contentpacks.dtd">
|
||||
|
||||
<window id="prefContentPacks"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
<text value="&test.label;"/>
|
||||
</window>
|
||||
|
3
suite/locales/en-US/chrome/common/pref/pref-locales.dtd
Normal file
3
suite/locales/en-US/chrome/common/pref/pref-locales.dtd
Normal file
@ -0,0 +1,3 @@
|
||||
|
||||
<!ENTITY test.label "Test pref panel!">
|
||||
|
Loading…
Reference in New Issue
Block a user