Show off your agentic readiness — the badge auto-updates when your score changes.
llms.txt Content
# Docs
## core
- [FAQs](en-US/docs/core/faqs.mdx): Frequently asked questions about generaltranslation (core library)
- [Overview](en-US/docs/core.mdx): Overview of the generaltranslation library
- [Locales](en-US/docs/core/locales.mdx): What are locales and how are they used in the General Translation stack?
- [Quickstart](en-US/docs/core/quickstart.mdx): Quickstart guide for the generaltranslation library
- [GT Constructor](en-US/docs/core/class/constructor.mdx): API reference for the GT class constructor
- [setConfig](en-US/docs/core/class/set-config.mdx): API reference for the GT setConfig method
- [Content](en-US/docs/core/types/Content.mdx): Union type representing all supported content formats for translation
- [TranslateManyEntry](en-US/docs/core/types/Entry.mdx): Type definition for translation entries used in translate and translateMany operations
- [Variable](en-US/docs/core/types/Variable.mdx): Type definition for variables used in translation content
- [CustomMapping](en-US/docs/core/types/custom-mapping.mdx): Type definition for custom locale code mappings and enhanced locale metadata
- [DataFormat](en-US/docs/core/types/data-format.mdx): Enumeration of supported content format types for translation
- [EnqueueFilesOptions](en-US/docs/core/types/enqueue-files-options.mdx): Configuration options for batch file translation operations
- [EntryMetadata](en-US/docs/core/types/entry-metadata.mdx): Type definition for metadata that customizes translation behavior
- [FileToTranslate](en-US/docs/core/types/file-to-translate.mdx): Type definition for file objects used in batch file translation operations
- [GTConstructorParams](en-US/docs/core/types/gt-constructor-params.mdx): TypeScript interface for GT class constructor parameters
- [JsxChild](en-US/docs/core/types/jsx-child.mdx): Union type representing individual elements within JSX content
- [JsxChildren](en-US/docs/core/types/jsx-children.mdx): Type definition for JSX content that can be translated and re