i18n_extract_strings
Extract hardcoded user-facing strings from source code to prepare for internationalization. Specify programming language to identify translatable text.
Instructions
Extract hardcoded user-facing strings from source code for internationalization
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| language | No | Programming language: 'typescript', 'javascript', 'python', 'java' | |
| source_code | Yes | Source code to extract translatable strings from |