Skip to content

Change FsDataProvider to put data marker attributes in the same file #5784

Open
@sffc

Description

@sffc

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:

{
    "attr1": "hello",
    "attr2": "world"
}

CC @Manishearth

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-datetimeComponent: datetime, calendars, time zonesT-enhancementType: Nice-to-have but not required

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions