---
title: Extract translation keys from code and maintain locale catalogs with i18next-parser
slug: extract-translation-keys-from-code-and-maintain-locale-catalogs-i18next-parser
description: Use i18next-parser when an agent needs to scan a codebase, find translation calls, and update locale resource files as part of localization maintenance. This is a bounded catalog-maintenance workflow, not a generic i18n platform listing.
github_stars: 556
verification: security_reviewed
source: https://github.com/i18next/i18next-parser
category: Templates & Workflows
framework: Multi-Framework
tool_ecosystem:
  github_repo: i18next/i18next-parser
  github_stars: 556
---
# Extract translation keys from code and maintain locale catalogs with i18next-parser

Use i18next-parser when an agent needs to scan a codebase, find translation calls, and update locale resource files as part of localization maintenance. This is a bounded catalog-maintenance workflow, not a generic i18n platform listing.

## Installation

1. Clone this skill repository.
2. Open this skill folder.
3. Review prerequisites and setup needs.
4. Install required dependencies.
5. Run and test in your environment.

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/extract-translation-keys-from-code-and-maintain-locale-catalogs-i18next-parser/)
