UNPKG

lang-tag

Version:

A professional solution for managing translations in modern JavaScript/TypeScript projects, especially those using component-based architectures. `lang-tag` simplifies internationalization by allowing you to define translation keys directly within the com

53 lines 1.06 kB
{ "name": "lang-tag", "version": "0.11.1", "type": "module", "repository": { "type": "git", "url": "https://github.com/TheTonsOfCode/lang-tag" }, "author": "TheTonsOfCode", "license": "MIT", "main": "./index.cjs", "module": "./index.js", "types": "./index.d.ts", "exports": { ".": { "import": "./index.js", "require": "./index.cjs" } }, "keywords": [ "i18n", "translation", "internationalization", "localization", "typescript", "react", "component-based", "translation-management", "javascript", "lang-tag", "jsx", "tsx", "inline-translations", "translation-keys", "component-translations", "translation-extraction", "namespaces", "type-safe-translations", "i18n-automation", "translation-tags", "language-tags", "translation-structures", "collected-translations", "translation-organization", "translation-library" ], "size-limit": [ { "path": "dist/index.js", "limit": "1 kB" } ] }