localingos 0.1.24 → 0.1.26

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "localingos",
3
- "version": "0.1.24",
3
+ "version": "0.1.26",
4
4
  "description": "CLI tool to sync translations with Localingos",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -410,7 +410,7 @@ ${i18nLib ? `5` : `4`}. Preserve any dynamic values using interpolation: \`t('gr
410
410
  }
411
411
 
412
412
  // ─── Assemble the full prompt ────────────────────────────────────────
413
- const prompt = `## Task: Internationalize this project — extract all translatable strings and wire up i18n end-to-end
413
+ const prompt = \`## Task: Internationalize this project — extract all translatable strings and wire up i18n end-to-end
414
414
 
415
415
  Scan this codebase and perform a **complete internationalization (i18n) setup**. This means:
416
416
  1. Extract every user-facing string into structured message definition files (with descriptions for translator context)