-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request Feature: Support prefix identifier for message #624
Comments
Also, may I ask why we wrap a whole parse inside the |
The idea behind the bundle is that it can be composed of files from many sources. It may be useful for different models than we planned.
Intentional as well. You're not supposed to handle AST in runtime. |
Can we add prefix on FluentResource?
Ok, cool. |
|
I think I can do that, if you don't mind. |
CC @eemeli, who leads the development of Fluent. |
I would like to ask if it is possible to do so? Currently I'm implementing Fluent to Lume: https://gitlab.com/ndt-deno/lume-fluent
So far it's all good. But in future, I would like to make a scope feature base on fluent file name. I was thinking it would be great if I can get fluent file name and turn it into prefix of every message. But FluentBundle doesn't seems to support it. I wonder if it's make sense (and ok) to you guys to have that feature in the lib?
Maybe an option in
FluentResource
would be cool:The result will be
prefix-msg-id
. How was that?The text was updated successfully, but these errors were encountered: