Skip to content

Add localization #1134

Description

@chrisvxd

Description

Support localization for all hardcoded strings.

Considerations

  • We need to identify full list of strings to be translated
  • This might be used for use-cases outside of localization

Proposals

Proposal 1

Add a dictionary

const dictionary: PuckDictionary = {
  "page-breadcrumb": "Hello, world",
  "publish-button": "Publish me"
}

<Puck dictionary={dictionary} /> 

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions