
Product
Announcing Socket Certified Patches: One-Click Fixes for Vulnerable Dependencies
A safer, faster way to eliminate vulnerabilities without updating dependencies
vitepress-i18n
Advanced tools
VitePress i18n is a plugin for VitePress that makes it easy to translate text in the default theme and search tool.
VitePress i18n is a plugin for VitePress that makes it easy to translate text in the default theme and search tool. It translates the default layout with a simple setup and can be used in multiple projects without duplicate code.
Installing and using the package and defining all the utility methods can be found on the documentation page below: https://vitepress-i18n.cdget.com/guide/getting-started
(* = Currently using machine translation. Help us improve translation quality with a pull request!)
enkozhHans* Chinese Traditional (繁體中文): zhHant* Japanese (日本語): jaesptru* Indonesian (Bahasa Indonesia): id* German (Deutsch): de* French (Français): fr* Vietnamese (Tiếng Việt): vi* Italian (Italiano): itimport { withI18n } from 'vitepress-i18n';
const vitePressOptions = {
title: 'VitePress',
themeConfig: {
// ...
}
};
const vitePressI18nOptions = {
locales: ['en', 'ko', 'zhHans']
};
export default defineConfig(withI18n(vitePressOptions, vitePressI18nOptions));
import { withI18n } from 'vitepress-i18n';
const vitePressOptions = {
title: 'VitePress',
themeConfig: {
// ...
}
};
const vitePressI18nOptions = {
locales: [
{ path: 'eng', locale: 'en' },
{ path: 'kor', locale: 'ko' }
],
rootLocale: 'en',
description: {
en: 'Hello',
ko: '안녕하세요'
}
};
export default defineConfig(withI18n(vitePressOptions, vitePressI18nOptions));
Anyone can contribute to the project by reporting new issues or submitting a pull request. For more information, please see CONTRIBUTING.md.
Please see the LICENSE file for more information about project owners, usage rights, and more.
FAQs
VitePress i18n is a plugin for VitePress that makes it easy to translate text in the default theme and search tool.
We found that vitepress-i18n 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.

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies

Product
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.

Research
/Security News
Malicious npm packages use Adspect cloaking and fake CAPTCHAs to fingerprint visitors and redirect victims to crypto-themed scam sites.