docs: use correct values from `code-example` in i18n (#29920)
PR Close #29920
This commit is contained in:
parent
b3edf494a4
commit
bd3164f88a
|
@ -369,7 +369,7 @@ except that you choose among alternative translations based on a string value in
|
|||
and you define those string values.
|
||||
|
||||
The following format message in the component template binds to the component's `gender` property,
|
||||
which outputs one of the following string values: "m", "f" or "o".
|
||||
which outputs one of the following string values: "male", "female" or "other".
|
||||
The message maps those values to the appropriate translations:
|
||||
|
||||
<code-example path="i18n/src/app/app.component.html" region="i18n-select" header="src/app/app.component.html" linenums="false">
|
||||
|
|
Loading…
Reference in New Issue