Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1023 Bytes

File metadata and controls

37 lines (22 loc) · 1023 Bytes

Contributing

Contributions of any kind are welcome! If you've found a bug or have a feature request, please open an issue.

For help with the SimpleLocalize API or building your integration, contact our support at contact@simplelocalize.io.

How to contribute

To make changes yourself, follow these steps:

  1. Fork this repository and clone it locally.

  2. Install dependencies:

    pnpm install
  3. Make your changes

  4. Build the project:

    pnpm build
  5. Test changes with the MCP inspector:

    pnpm inspector

    Include your --api-key when running the server

  6. Submit a pull request

We'll review your PR and get back to you. If approved, we'll merge your changes. Thanks for making SimpleLocalize better for everyone 💛