Add en-US test case.

This commit is contained in:
tao%netscape.com 1999-08-10 03:11:08 +00:00
parent 78d38e4b2c
commit 001bca8470
2 changed files with 6 additions and 0 deletions

View File

@ -249,6 +249,7 @@ Contributor(s): ______________________________________. -->
<!-- L10n BEGIN : DO not localize the entities below; test case -->
<!ENTITY strresCmd.label "StringBundle Test">
<!ENTITY languages.label "Languages">
<!ENTITY en-US.label "English (en-US)">
<!ENTITY da-DK-file.label "Danish (da-DK; file)">
<!ENTITY da-DK-http.label "Danish (da-DK; http)">
<!-- L10n END : DO not localize the entities above; test case -->
@ -706,6 +707,8 @@ Contributor(s): ______________________________________. -->
<menuitem value="&strresCmd.label;" onaction="window.content.location.href='resource:/res/strres-test.xul'"/>
<menu value="&languages.label;">
<menupopup>
<menuitem value="&en-US.label;"
onaction="localeTo('', 'en-US');" />
<menuitem value="&da-DK-file.label;"
onaction="localeTo('', 'da-DK');" />
<menuitem value="&da-DK-http.label;"

View File

@ -249,6 +249,7 @@ Contributor(s): ______________________________________. -->
<!-- L10n BEGIN : DO not localize the entities below; test case -->
<!ENTITY strresCmd.label "StringBundle Test">
<!ENTITY languages.label "Languages">
<!ENTITY en-US.label "English (en-US)">
<!ENTITY da-DK-file.label "Danish (da-DK; file)">
<!ENTITY da-DK-http.label "Danish (da-DK; http)">
<!-- L10n END : DO not localize the entities above; test case -->
@ -706,6 +707,8 @@ Contributor(s): ______________________________________. -->
<menuitem value="&strresCmd.label;" onaction="window.content.location.href='resource:/res/strres-test.xul'"/>
<menu value="&languages.label;">
<menupopup>
<menuitem value="&en-US.label;"
onaction="localeTo('', 'en-US');" />
<menuitem value="&da-DK-file.label;"
onaction="localeTo('', 'da-DK');" />
<menuitem value="&da-DK-http.label;"