lingo.dev 0.92.10 → 0.92.11

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/build/cli.mjs CHANGED
@@ -4042,8 +4042,8 @@ function createBasicTranslator(model, systemPrompt) {
4042
4042
  {
4043
4043
  role: "user",
4044
4044
  content: JSON.stringify({
4045
- sourceLocale: "en",
4046
- targetLocale: "es",
4045
+ sourceLocale: input2.sourceLocale,
4046
+ targetLocale: input2.targetLocale,
4047
4047
  data: input2.processableData
4048
4048
  })
4049
4049
  }
@@ -6375,7 +6375,7 @@ async function renderHero() {
6375
6375
  // package.json
6376
6376
  var package_default = {
6377
6377
  name: "lingo.dev",
6378
- version: "0.92.10",
6378
+ version: "0.92.11",
6379
6379
  description: "Lingo.dev CLI",
6380
6380
  private: false,
6381
6381
  publishConfig: {