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 more of a question to understand how to structure fluent files in a real life project.
Assuming, one resource is basically the contents of a single file (on disk), is there any way to have a namespace for resources. For example: I have the following two files.
messages.ftl
validations.ftl
Now both the files exports a variable called message
This is more of a question to understand how to structure fluent files in a real life project.
Assuming, one resource is basically the contents of a single file (on disk), is there any way to have a namespace for resources. For example: I have the following two files.
Now both the files exports a variable called
message
I create a resource for both the files.
Now, how do I get the
message
from the resource created viavalidations.ftl
?The text was updated successfully, but these errors were encountered: