You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be good to have the possibility to use the MessageFormat pattern, as used by GWT i18n Messages (e.g. "The disk "{1}" contains {0} file(s)."), as to be able to share code between a GWT and other Java project easily.
This isn't possible at the moment is it?
I'll be looking into how I can implement this next week, any suggestions on implementation will be welcome.
The text was updated successfully, but these errors were encountered:
I was considering this feature useless, since OWNER is not supposed to be a tool for i18n and I was thinking to replace this feature with the possibility to specify parameters as setters for properties, for future development. But this is still undecided, and definitely there are more things to work on, before this.
It could be an idea to be able to specify a Formatter on class level and on method level, by annotations. Defaulting to java.util.Formatter for backward compatibility.
It would be good to have the possibility to use the MessageFormat pattern, as used by GWT i18n Messages (e.g. "The disk "{1}" contains {0} file(s)."), as to be able to share code between a GWT and other Java project easily.
This isn't possible at the moment is it?
I'll be looking into how I can implement this next week, any suggestions on implementation will be welcome.
The text was updated successfully, but these errors were encountered: