
Security News
rv Is a New Rust-Powered Ruby Version Manager Inspired by Python's uv
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
@mi18n/core
Advanced tools
Library providing ability to translate messages directly in context of developed application.
Mi18n is an open-source alternative to Crowdin, Phrase, or Lokalise with its very own revolutionary integrations.
Become part of the family. Join slack channel
It's the core library of Mi18n JS integrations containing the platform-agnostic parts of the Mi18n JS. For more information about Mi18n JS integrations, visit the docs.
If you use Mi18n on the web, use @mi18n/web package, which extends this package with web-related functionality.
This package is platform-agnostic, so it contains only the most general functionality.
npm install @mi18n/core
First, create a Mi18n instance and run it.
import { Mi18nCore } from "@mi18n/core";
const tg = Mi18nCore()
.use(...)
.init(...)
tg.run();
To learn more, check the docs.
Because it saves a lot of time, you would spend on localization tasks without it. Because it enables you to provide perfectly translated software.
Read more on the Mi18n website
We welcome your PRs.
To develop the package locally:
pnpm install
pnpm develop:react
or
pnpm develop:web
This runs the development suite of this monorepo for the specific integration. The changes in each dependency package are automatically built and propagated to the test application, which you can open and play within the browser.
To run Jest tests of this package, execute
npm run test
In the /packages/core
directory.
Each integration is end-to-end tested via cypress. The tests are defined in /e2e/cypress/e2e
directory.
To run the e2e tests, run
pnpm run e2e run <integration>
E.g.
pnpm run e2e run web
To open and play with e2e tests, run:
pnpm run e2e open <integration>
FAQs
Library providing ability to translate messages directly in context of developed application.
We found that @mi18n/core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.