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
I think FS should just support both, selectable at datagen time, leading to .multi.json files (or whatever). We use the multi thing for JSON, where the goal is primarily human readability. We use individual ones for postcard where we actually want the slicing.
In order to reduce the number of JSON files, it might make sense for the FsDataProvider to merge marker attributes into the locale files.
So, instead of this:
foo@1/attr1/en.json
: "hello"foo@1/attr2/en.json
: "world"we could have
foo@1/en.json
with the following content:CC @Manishearth
The text was updated successfully, but these errors were encountered: