Skip to content

Commit

Permalink
Define value, lang, and dir members
Browse files Browse the repository at this point in the history
  • Loading branch information
christianliebel committed Jul 13, 2024
1 parent f1f75ad commit 6493df5
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1297,19 +1297,22 @@ <h3>
</p>
<dl>
<dt>
`value`
<code><dfn data-export="" data-dfn-for=
"manifest/*_localized">value</dfn></code>
</dt>
<dd>
The localized [=string=].
</dd>
<dt>
`lang` (optional)
<code><dfn data-export="" data-dfn-for=
"manifest/*_localized">lang</dfn></code> (optional)
</dt>
<dd>
A [=language tag=].
</dd>
<dt>
`dir` (optional)
<code><dfn data-export="" data-dfn-for=
"manifest/*_localized">dir</dfn></code> (optional)
</dt>
<dd>
The [=text-direction=].
Expand Down Expand Up @@ -1408,7 +1411,9 @@ <h3>
The [=process a localized text value=] algorithm takes both a
[=string=] or an [=ordered map=] for the [=localized value=]
parameter, but the processed result will be normalized into an
[=ordered map=] with the `value`, `lang`, and `dir` members set.
[=ordered map=] with the [=manifest/*_localized/value=],
[=manifest/*_localized/lang=], and [=manifest/*_localized/dir=]
members set.
</p>
</section>
<section>
Expand Down

0 comments on commit 6493df5

Please sign in to comment.