https://github.com/strongloop/strong-globalize
strong-globalize is built on Unicode CLDR and jquery/globalize and implements automatic extraction of strings from JS source code and HTML templates, lint the string resource, machine-translate them in seconds. In runtime, it loads locale and string resource into memory and provides a hook to persistent logging.
https://github.com/strongloop/strong-globalize
Last synced: 10 months ago
JSON representation
strong-globalize is built on Unicode CLDR and jquery/globalize and implements automatic extraction of strings from JS source code and HTML templates, lint the string resource, machine-translate them in seconds. In runtime, it loads locale and string resource into memory and provides a hook to persistent logging.
- Host: GitHub
- URL: https://github.com/strongloop/strong-globalize
- Owner: strongloop
- License: other
- Created: 2015-11-27T06:58:14.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-17T20:31:34.000Z (about 1 year ago)
- Last Synced: 2025-03-28T18:12:44.379Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.96 MB
- Stars: 25
- Watchers: 33
- Forks: 16
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# strong-globalize
This repository contains StrongLoop Globalize CLI and Runtime modules.
# What's new in 4.0.0
Starting from 4.0.0, it becomes a monorepo managed by [lerna](https://lerna.js.org/)
with the following packages:
- [strong-globalize-cli](packages/cli): CLI for translate, lint, and extract
- [strong-globalize](packages/runtime): APIs and implementation for globalization
- [strong-globalize-util](packages/util): Utility to generate CLDR json data file (private module, not published to npm)
Most of the code has been rewritten in TypeScript.
For documentation, check out:
- [CLI tooling](packages/cli/README.md)
- [Runtime library](packages/runtime/README.md)