lingo.dev 0.100.1 → 0.102.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -1
- package/build/cli.cjs +1245 -440
- package/build/cli.cjs.map +1 -1
- package/build/cli.mjs +1210 -405
- package/build/cli.mjs.map +1 -1
- package/package.json +7 -4
package/README.md
CHANGED
|
@@ -134,7 +134,6 @@ const translated = await lingoDotDev.localizeObject(content, {
|
|
|
134
134
|
targetLocale: "es",
|
|
135
135
|
});
|
|
136
136
|
// Returns: { greeting: "Hola", farewell: "Adiós", message: "Bienvenido a nuestra plataforma" }
|
|
137
|
-
|
|
138
137
|
```
|
|
139
138
|
|
|
140
139
|
Perfect for chat, user comments, and other real-time flows.
|