文件名称:polylang:使用JavaScript处理多语言支持的库
文件大小:20KB
文件格式:ZIP
更新时间:2024-02-24 18:43:26
javascript language localization communication word
多语言 使用JavaScript处理多语言支持的库 安装 使用安装 npm install --save polylang 用法 const Polylang = require ( 'polylang' ) ; // or if you are using ES6 imports, import Polylang from 'polylang'; const polylang = new Polylang ( ) ; // create a new instance polylang . add ( 'en' , { welcome : 'welcome' , title
【文件预览】:
polylang-master
----.gitignore(884B)
----README.md(5KB)
----test()
--------index.js(3KB)
----LICENSE(1KB)
----package.json(989B)
----index.js(4KB)
----.travis.yml(34B)
----.eslintrc.js(540B)
----package-lock.json(57KB)