-
|
Hi, I'm using Qute with Message Bundles and tried using I tried it with the example from the documentation: MessageBundle: import io.quarkus.qute.i18n.Message;
import io.quarkus.qute.i18n.MessageBundle;
@MessageBundle
public interface AppMessages {
@Message("Hello {name}!")
String hello_name(String name);
}Template: Result: Is this a bug, or do I have to use |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
/cc @mkouba (qute) |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the report. It looks like a bug. We only have a test for two parameters 🤦. I will send a fix shortly. |
Beta Was this translation helpful? Give feedback.
#51494