
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
cursor-i18n
Advanced tools
CLI tool to internationalize Cursor IDE interface with multiple language support
Transform your Cursor IDE into a multilingual powerhouse! 🚀
Break down language barriers and code in your native language. Cursor i18n brings seamless internationalization to your favorite IDE with just a single command.
| Language | Code | Status |
|---|---|---|
| 🇪🇸 Spanish | es-es | ✅ Ready |
| 🇫🇷 French | fr-fr | ✅ Ready |
| 🇯🇵 Japanese | ja-jp | ✅ Ready |
| 🇰🇷 Korean | ko-kr | ✅ Ready |
| 🇷🇺 Russian | ru-ru | ✅ Ready |
| 🇨🇳 Chinese | zh-cn | ✅ Ready |
More languages coming soon! Want to contribute? See our Contributing Guide
No installation required! Use with any package manager:
# Apply translation (auto-detects your system locale)
npx cursor-i18n@latest apply
# Apply specific language
npx cursor-i18n@latest apply --lang ko-kr
# Revert to original
npx cursor-i18n@latest revert
Using Bun? Replace npx with bunx for blazing fast execution! ⚡
| Command | Description | Example |
|---|---|---|
apply | Apply translation to Cursor IDE | npx cursor-i18n apply |
apply --lang <code> | Apply specific language | npx cursor-i18n apply --lang ja-jp |
revert | Restore original Cursor interface | npx cursor-i18n revert |
list | Show all supported languages | npx cursor-i18n list |
--help | Display help information | npx cursor-i18n --help |
# 1. Close Cursor completely (check Task Manager if needed)
# 2. Run the command
npx cursor-i18n@latest apply
# 3. Launch Cursor IDE
⚠️ Important: Ensure Cursor is completely closed before running commands!
# 1. Open Cursor's built-in terminal
# 2. Run the command
npx cursor-i18n@latest apply
# 3. Quit Cursor completely (Cmd+Q)
# 4. Relaunch Cursor IDE
💡 Pro Tip: Use Cursor's integrated terminal for the smoothest experience!
Our sophisticated approach ensures your IDE stays safe and sound:
graph TD
A[🚀 Start Process] --> B[💾 Create Safe Backups]
B --> C[🔧 Install Translation Layer]
C --> D[🌐 Deploy Language Files]
D --> E[✨ Enjoy Multilingual IDE]
E --> F{Want to Revert?}
F -->|Yes| G[📂 Restore from Backup]
F -->|No| H[🎉 Keep Coding!]
G --> I[🔄 Back to Original]
🚨 Having Issues?
First, try the basics:
npx cursor-i18n revertStill not working?
Found a bug?
Help us make Cursor IDE accessible worldwide! 🌍
lang/[locale-code]/lang/ko-kr or /lang/es-es/lang/lang.tscd lang/[locale-code]🎯 Translation Tips:
# Clone the repository
git clone https://github.com/somersby10ml/cursor-i18n.git
# Install dependencies with Bun
bun install
# Build the project
bun run build
# Run locally
bun run dev
Note: While we use Bun for development, the published npm package works with any package manager!
Released under the MIT License – see LICENSE for details.
Made with ❤️ for the global developer community
Not affiliated with Cursor or Anysphere
⭐ Star this repo if it helped you code in your language!
FAQs
CLI tool to internationalize Cursor IDE interface with multiple language support
We found that cursor-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.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.