UNPKG

@rxap/plugin-localazy

Version:

This package provides executors and generators for integrating Localazy, a translation management platform, into Nx workspaces. It allows for downloading and uploading translations, managing configuration, and initializing Localazy within a project. The p

7 lines 250 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NormalizeTag = NormalizeTag; function NormalizeTag(tag) { return tag.replace(/[^a-zA-Z0-9_\-.]/g, '-').toLowerCase(); } //# sourceMappingURL=normalize-tag.js.map