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
This is a great library, thanks for writing it. I'm building a cli tool to compare all of my fluent files, seeing where I'm missing translations or have misspellings. To do that, it would be really helpful to have access to the added terms and messages in the FluentBundle. Currently, I can get the message or term if I know the id, but it would be great to have getAllMessages and getAllTerms methods.
Hey there!
This is a great library, thanks for writing it. I'm building a cli tool to compare all of my fluent files, seeing where I'm missing translations or have misspellings. To do that, it would be really helpful to have access to the added terms and messages in the FluentBundle. Currently, I can get the message or term if I know the
id
, but it would be great to havegetAllMessages
andgetAllTerms
methods.fluent/fluent-base/src/main/java/fluent/bundle/FluentBundle.java
Lines 158 to 170 in a8e7c91
I'm currently working around this by storing all of the messages and terms from each resource before calling
FluentBundle$Builder.addResource
.The text was updated successfully, but these errors were encountered: