
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@transifex/i18next
Advanced tools
Transifex Native is a full end-to-end, cloud-based localization stack for moderns apps.
An i18next backend plugin, to load translations over-the-air using Transifex Native.
Related packages:
Learn more about Transifex Native in the Transifex Developer Hub.
Install the library using:
npm install @transifex/i18next --save
import { TransifexI18next } from '@transifex/i18next';
const txBackend = new TransifexI18next({
token: 'public token',
// other options from @transifex/native init function
});
// add plugin to i18next
i18next.use(txBackend).init(...);
const { TransifexI18next } = require('@transifex/i18next');
const txBackend = new TransifexI18next({
token: 'public token',
// other options from @transifex/native init function
});
// add plugin to i18next
i18next.use(txBackend).init(...);
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@transifex/i18next/dist/browser.i18next.min.js"></script>
<script type="text/javascript">
const TransifexI18next = TxNativeI18next.TransifexI18next;
const txBackend = new TransifexI18next({
token: 'public token',
// other options from @transifex/native init function
});
// add plugin to i18next
i18next.use(txBackend).init(...);
</script>
You can use @transifex/cli
to push i18next JSON files for translation. First step is to install the CLI tool
into the project using the command:
npm i @transifex/cli --save
Then, given that you have generated a source i18next JSON v4, use the following command to upload to Transifex for translation.
npx txjs-cli push source.json --parser=i18next
That's it. Given that the content is translated, translations will be downloaded over-the-air using the Transifex i18next backend.
CLI does NOT parse and push the following key types:
Licensed under Apache License 2.0, see LICENSE file.
FAQs
i18next backend plugin for Transifex Native
The npm package @transifex/i18next receives a total of 761 weekly downloads. As such, @transifex/i18next popularity was classified as not popular.
We found that @transifex/i18next 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
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.