-
Notifications
You must be signed in to change notification settings - Fork 45
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
only use selected attributes #317
Comments
Well... But why would you have an |
The way Fluent thinks about it is that you have two "shapes" of localization messages: Shape 1 has label+attribute and is used to localize UI Element 1 Those are two different shape and hence two different messages. You can abstract out a message and use it in multiple places via references:
|
I actually want to filter out unwanted attributes at the receive end without touch .ftl is this possible? |
Lets say that there is 2 attributes under 1 id : .label and .acceskey and for the obvious reason I only want .label on the html element. How could this be done?
The text was updated successfully, but these errors were encountered: