(locale: string)
| 381 | } |
| 382 | |
| 383 | function generateWhatIs(locale: string): string { |
| 384 | return `## ๐ค ${t('whatIs', locale)} |
| 385 | |
| 386 | ${t('whatIsIntro', locale)} |
| 387 | |
| 388 | - ๐ฏ ${t('multimodalUnderstanding', locale)} |
| 389 | - ๐จ ${t('highQualityGeneration', locale)} |
| 390 | - โก ${t('fastIteration', locale)} |
| 391 | - ๐ ${t('diverseStyles', locale)} |
| 392 | - ๐ง ${t('preciseControl', locale)} |
| 393 | - ๐ ${t('complexScenes', locale)} |
| 394 | |
| 395 | ๐ ${t('learnMore', locale)} |
| 396 | |
| 397 | ### ๐ ${t('raycastIntegration', locale)} |
| 398 | |
| 399 | ${t('raycastDescription', locale)} |
| 400 | |
| 401 | **${t('example', locale)}** |
| 402 | \`\`\` |
| 403 | ${t('raycastExample', locale)} |
| 404 | \`\`\` |
| 405 | |
| 406 | ${t('raycastUsage', locale)} |
| 407 | |
| 408 | --- |
| 409 | |
| 410 | `; |
| 411 | } |
| 412 | |
| 413 | function generateContribute(locale: string): string { |
| 414 | return `## ๐ค ${t('howToContribute', locale)} |
no test coverage detected