An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# strong-globalize

This repository contains StrongLoop Globalize CLI and Runtime modules.


npm version


Build Status


Test Coverage

# 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)