You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/07/03 07:20:07 UTC

[GitHub] yinghuzhu commented on issue #58: No message found under code 'revision' for locale 'zh_CN'.

yinghuzhu commented on issue #58: No message found under code 'revision' for locale 'zh_CN'.
URL: https://github.com/apache/incubator-dubbo-ops/issues/58#issuecomment-402038088
 
 
   change line 81 in the templates/governance/screen/providers/show.vm
   ```
   <th>#springMessage($entry.key):</th>
   ```
   to
   ```
   <th>#springMessageText($entry.key, $entry.key):</th>
   ```
   
   that mean that the key is default value if there is no find the key in the message.properties

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org