
Security News
/Research
Popular node-ipc npm Package Infected with Credential Stealer
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.
@huntersofbook/i18n
Advanced tools
It's basically a tool that takes a template with translation keys and syncs them to the given language. You can directly connect the outputs to the i18n libraries you use.

Create i18n templates and automatically export them to your desired languages. Unplugin support.
It's basically a tool that takes a template with translation keys and syncs them to the given language. You can directly connect the outputs to the i18n libraries you use.
pnpm add -D @huntersofbook/i18n
It will be the .i18n folder. Save there by adding en.json, tr.json. It will automatically create a language folder for you and import your data there.
import i18n from '@huntersofbook/i18n/vite'
export default defineConfig({
plugins: [
i18n({
languages: ['tr', 'en', 'cn'],
}),
],
})
export default defineNuxtConfig({
modules: [
'@huntersofbook/i18n/nuxt',
],
huntersofbookI18n: {
languages: ['tr', 'en', 'cn'],
},
})
Documentation of the project is available at https://opensource.huntersofbook.com/global/i18n.

Join our Discord channel or open an issue.
| Name | Type | Default | Description |
|---|---|---|---|
| languages | string[] | ['tr', 'en', 'cn'] | Languages extensions to export |
| templateDir | string | '.i18n' | Template folder |
| exportDir | string | 'language' | Template export folder |
| ... soon more detail |
Node version >= 18 Pnpm version >= 7
packages/i18ncorepack enable (use npm i -g corepack for Node.js < 16.10)pnpm installi18n/packages pnpm dev or pnpm buildi18n/playground pnpm devpackages/i18n in dev:package | dev:playground-vite used.Thanks to @antfu, this project is heavily inspired by unplugin-vue-components.
MIT License © 2023-PRESENT productdevbook
FAQs
It's basically a tool that takes a template with translation keys and syncs them to the given language. You can directly connect the outputs to the i18n libraries you use.
We found that @huntersofbook/i18n demonstrated a not healthy version release cadence and project activity because the last version was released 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
/Research
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.