JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 26
  • Score
    100M100P100Q51186F
  • License ISC

Package Exports

  • @geoalert/ui-translations

Readme

Mapflow Translations

Default language: en (used for fallback if not find translate for other locale) Currently have 3 locales (en, ru, zh-CN).

How edit / add translates?

  1. Edit messages in src/locales/{locale}/messages.po (dont change *.d.ts and *.ts files)
  2. Finish editing
  3. Build messages
pnpm test
pnpm build
  1. Update package
npm version patch | minor | major
npm publish