9 个版本

新版本 0.1.18 2024年8月21日
0.1.16 2024年8月21日

#154国际化 (i18n)

Download history 1039/week @ 2024-08-17

每月 1,039 次下载
用于 i18n-site

MulanPSL-2.0

40KB
713

npmi

use aok::{Result, OK};
use static_init::constructor;

#[constructor(0)]
extern "C" fn init() {
  loginit::init()
}

#[tokio::test]
async fn test() -> Result<()> {
  let pkg = npmi::PkgLi::new("/tmp/test", &["@i18n.addon/toc"]);
  pkg.auto().await?;
  // npm.i(pkg).await?;

  OK
}

关于

本项目是 i18n.site ⋅ 国际化解决方案 的开源组件。

关于

本项目为 i18n.site ⋅ 国际化解决方案 的开源组件。

依赖项

~13–27MB
~387K SLoC