# pontoon-to-json **Repository Path**: mirrors_mozilla/pontoon-to-json ## Basic Information - **Project Name**: pontoon-to-json - **Description**: INACTIVE - http://mzl.la/ghe-archive - A node CLI to convert Pontoon's .properties to a single JSON file - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Pontoon-to-JSON A build process CLI tool to convert the locale directory structure and .properties files output by [Pontoon](https://pontoon.mozilla.org) to JSON for use in JavaScript based l10n. ## Arguments `--src` a directory to grab properties from. Defaults to `locales` at the project root `--dest` a directory to output locales.json. Defaults to `dist` at the project root ## Config env ### 2.x `SUPPORTED_LOCALES` a csv string with the locales to convert to json. Example `en-US, de, ja`. Defaults to `*`. ### 1.x `SUPPORTED_LOCALES` an array with the locales to convert to json, or a string with a `*` for all. Example `["en-US", "de", "ja"]`. Defaults to `*`.