UNPKG

@rustling-pines/typesafe-locale-generator

Version:

A TypeScript-based tool to generate locale JSON files for i18n frameworks with type safety. It ensures missing translations are caught during development, reducing errors and streamlining localization. Fully customizable input/output paths, compatible wit

7 lines (6 loc) 346 B
#!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.processTranslations = void 0; var processTranslations_1 = require("./processTranslations"); Object.defineProperty(exports, "processTranslations", { enumerable: true, get: function () { return processTranslations_1.processTranslations; } });