Skip to content

Commit

Permalink
l10n: make labels localizable (closes #327)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed May 16, 2017
1 parent 035d129 commit 7da7748
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1504,7 +1504,7 @@ <h2>
</h2>
<pre class="idl">
dictionary PaymentItem {
required DOMString label;
required LocalizableString label;
required PaymentCurrencyAmount amount;
boolean pending = false;
};
Expand Down Expand Up @@ -1680,7 +1680,7 @@ <h2>
<pre class="idl">
dictionary PaymentShippingOption {
required DOMString id;
required DOMString label;
required LocalizableString label;
required PaymentCurrencyAmount amount;
boolean selected = false;
};
Expand Down Expand Up @@ -2847,6 +2847,10 @@ <h2>
Web IDL
</dt>
<dd>
<p>
The <code><dfn>LocalizableString</dfn></code> <a data-cite=
"!WEBIDL-LS#dfn-typedef">typedef</a> is defined by [[!WEBIDL-LS]].
</p>
<p>
When this specification says to <dfn data-cite="!WEBIDL#dfn-throw"
data-lt="throws">throw</dfn> an error, the <a>user agent</a> must
Expand Down

0 comments on commit 7da7748

Please sign in to comment.