diff --git a/docs/guide/messages.html b/docs/guide/messages.html index 20a14ff85..d43343f3a 100644 --- a/docs/guide/messages.html +++ b/docs/guide/messages.html @@ -106,7 +106,7 @@

Template:

<p>{{ $t('message.linked') }}</p>
 

Output:

<p>DIO: the world !!!!</p>
 

Formatting linked locale messages

If the language distinguish cases of character, you may need control the case of the linked locale messages. -Linked messages can be formatted with modifier @.modifier:key

The below modifiers are available currently.

Locale messages the below:

const messages = {
+Linked messages can be formatted with modifier  @.modifier:key

The below modifiers are available currently.

  • upper: Uppercase all characters in the linked message.
  • lower: Lowercase all characters in the linked message.
  • capitalize: Capitalize the first character in the linked message.

Locale messages the below:

const messages = {
   en: {
     message: {
       homeAddress: 'Home address',