Skip to content

Python and JavaScript tools for working with Mozilla localization files

Notifications You must be signed in to change notification settings

mozilla/moz-l10n

Repository files navigation

This is a monorepo for Python and JavaScript tools and utilities for working with localization files, primarily built for internal use at Mozilla.

To get a new development environment set up, clone this repo and run the following commands in the repo root:

uv sync --dev --all-packages --all-extras
uv run pytest

npm install
npm test

Formatting and styling uses Ruff & Mypy for Python, and ESLint & Prettier for JavaScript.