JSPM

@tinymce-plugin/i18n-api

0.0.5
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q38378F
  • License Apache-2.0

tinymce-plugin i18n-api

Package Exports

  • @tinymce-plugin/i18n-api
  • @tinymce-plugin/i18n-api/src/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@tinymce-plugin/i18n-api) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

🛠️ i18n-api

提供实现 Tinymce-Plugin 多语言化API支持工具🛠️

使用说明

安装

npm i @tinymce-plugin/i18n-api or yarn add @tinymce-plugin/i18n-api
const tpI18nTranslate = require('@tinymce-plugin/i18n-api')
tpI18nTranslate([
  'import word document',
  "Import to Word succeeded",
  "Converting...",
  "Currently only supports docx file format, if it is doc format, please convert it to docx"
])