# General Translation Integrations: Managing translations URL: https://generaltranslation.com/en-US/docs/integrations/mintlify/guides/managing-translations.mdx --- title: Managing translations description: How to add or remove languages, keep Mintlify translations current, and edit generated translations with General Translation. related: links: - /docs/integrations/mintlify/guides/translating-content - /docs/integrations/mintlify/guides/using-translated-content - /docs/integrations/mintlify/guides/configuring-mintlify --- # Managing translations After your Mintlify docs are set up, use this guide to add or remove languages, keep translations current as your content changes, and edit generated translations. ## Keep translations up to date [#continuous] Locadex watches your default branch. When you push new or changed pages, it translates the updates and opens a pull request with the changes. For documentation repositories, these pull requests can merge automatically once checks pass, so your translated docs stay current without manual steps. Review or change this behavior under [Auto-merge](/docs/platform/locadex/guides/auto-merging-prs). You can also trigger a run yourself at any time with **Run Agent** in **Locadex > Agent**. ## Add or remove languages [#languages] 1. In the Dashboard, open **Locadex > Agent** and edit the language settings. 2. Change your **default locale** or add and remove **target languages**. 3. Save. Locadex opens a pull request that updates the locale configuration and the `docs.json` navigation, and translates content for any newly added languages. 4. Review and merge the pull request to apply the change. Only locales that map to a supported Mintlify language can be added. See [Locales](/docs/integrations/mintlify/reference/locales) and the shared [Managing languages](/docs/platform/locadex/guides/managing-languages) guide. ## Edit generated translations [#edit] Translations live as files in your repository, so you can edit them like any other content: - Edit the translated `.mdx` or `.md` files directly and commit the change. - Edit translations in the General Translation Dashboard. Locadex translates new and changed source content and does not overwrite your manual edits to already-translated pages. ## Next steps - /docs/integrations/mintlify/guides/translating-content - /docs/integrations/mintlify/guides/using-translated-content - /docs/integrations/mintlify/guides/configuring-mintlify