Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

payload-i18n-messages

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

payload-i18n-messages

A blank template to get started with Payload 3.0

latest
npmnpm
Version
1.0.14
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Payload i18n Messages Plugin

TODO add description

Background

Here is a short recap on how to integrate plugins with Payload, to learn more visit the plugin overview page.

How to install a plugin

To install any plugin, simply add it to your payload.config() in the Plugin array.

import messagesPlugin from 'payload-i18n-messages'

export const config = buildConfig({
  plugins: [
    messagesPlugin({
      locales: ['en', 'de', 'es'],
    }),
  ],
})

Define messages

TODO

Request messages

TODO

FAQs

Package last updated on 27 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts