AI Localization

TeqCMS supports automatic HTML page translation using language models (LLMs) compatible with OpenAI API. This allows creating and maintaining multilingual websites without manual content synchronization.

The default system prompt is embedded in Defaults.js, but can be overridden via the var/teq-cms/system.prompt.md file.

TeqCMS tracks the modification time of the original page and the last translation time. This allows automatic detection of outdated translations and updates them only when necessary.

Learn more about file structure →