You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

locai

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

locai - npm Package Compare versions

Comparing version
2.5.0
to
2.5.1
+1
-1
package.json
{
"name": "locai",
"version": "2.5.0",
"version": "2.5.1",
"type": "module",

@@ -5,0 +5,0 @@ "main": "dist/core/orchestrator.js",

@@ -42,5 +42,5 @@ # Locai

- **🧠 Smart Context Awareness**: Uses AI to understand the context of your strings for better translations.
- **🔬 Deep Context Analysis**: Scans your source code (AST) to extract component names, comments, and props for context-aware translations.
- **📚 Infinite Memory**: Uses vector embeddings to remember previous translations and maintain consistency. If you translate the same (or similar) sentence again, we fetch it from local cache instantly. Zero cost, 100% consistency.
- **Smart Context Awareness**: Uses AI to understand the context of your strings for better translations.
- **Deep Context Analysis**: Scans your source code (AST) to extract component names, comments, and props for context-aware translations.
- **Infinite Memory**: Uses vector embeddings to remember previous translations and maintain consistency. If you translate the same (or similar) sentence again, we fetch it from local cache instantly. Zero cost, 100% consistency.
- **Smart Sync**: We hash every key. Locai only translates **new** or **modified** keys. If you have 1000 keys and change 5, we only send 5 to the AI.

@@ -47,0 +47,0 @@ - **Context Awareness**: Locai analyzes your content. It knows if a string is for a **Button** (keep it short), **Marketing** (make it punchy), or **Legal** (be precise).