You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2018/02/23 14:13:55 UTC

[GitHub] JaroslavTulach commented on issue #425: Netbeans 352

JaroslavTulach commented on issue #425: Netbeans 352
URL: https://github.com/apache/incubator-netbeans/pull/425#issuecomment-368019709
 
 
   In a single execution the locale and branding token are assumed to be constant. Thus `NbBundle.getMessage()` runtime results are _effectively_ referentially transparent.
   
   I believe the `java.text` formatting architecture supports pluggable formatters. Javadoc of [MessageFormat](https://docs.oracle.com/javase/7/docs/api/java/text/MessageFormat.html) mentions `choice` & co. Maybe you want to write another format and somehow plug it in?

----------------------------------------------------------------
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@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists