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 +1 -1
- package/src/commands/extract.js +1 -1
package/package.json
CHANGED
package/src/commands/extract.js
CHANGED
|
@@ -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 =
|
|
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)
|