MCPcopy
hub / github.com/YouMind-OpenLab/awesome-gpt-image-2 / generateFooter

Function generateFooter

scripts/utils/markdown-generator.ts:435โ€“467  ยท  view source on GitHub โ†—
(locale: string)

Source from the content-addressed store, hash-verified

433}
434
435function generateFooter(locale: string): string {
436 const timestamp = new Date().toISOString();
437
438 return `## ๐Ÿ“„ ${t('license', locale)}
439
440${t('licensedUnder', locale)}
441
442---
443
444## ๐Ÿ™ ${t('acknowledgements', locale)}
445
446- [Payload CMS](https://payloadcms.com/)
447- [youmind.com](https://youmind.com)
448
449---
450
451## โญ ${t('starHistory', locale)}
452
453[![Star History Chart](https://api.star-history.com/svg?repos=YouMind-OpenLab/awesome-gpt-image-2&type=Date)](https://star-history.com/#YouMind-OpenLab/awesome-gpt-image-2&Date)
454
455---
456
457<div align="center">
458
459**[๐ŸŒ ${t('viewInGallery', locale)}](${buildPromptsUrl(locale)})** โ€ข
460**[๐Ÿ“ ${t('submitPrompt', locale)}](https://github.com/YouMind-OpenLab/awesome-gpt-image-2/issues/new?template=submit-prompt.yml)** โ€ข
461**[โญ ${t('starRepo', locale)}](https://github.com/YouMind-OpenLab/awesome-gpt-image-2)**
462
463<sub>๐Ÿค– ${t('autoGenerated', locale)} ${timestamp}</sub>
464
465</div>
466`;
467}

Callers 1

generateMarkdownFunction ยท 0.85

Calls 2

tFunction ยท 0.85
buildPromptsUrlFunction ยท 0.85

Tested by

no test coverage detected