Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Icu4x | 1,044 | 17 | 26 | 2 days ago | 22 | May 10, 2022 | 388 | other | Rust | |
Solving i18n for client-side and resource-constrained environments. | ||||||||||
Punic | 145 | 100 | 16 | 2 months ago | 33 | October 19, 2022 | 7 | other | PHP | |
PHP translation and localization made easy! | ||||||||||
Locale2 | 65 | 26 | 16 | 2 years ago | 20 | August 09, 2018 | 6 | mit | JavaScript | |
💪 Try as hard as possible to detect the client's language tag ("locale") in node or the browser. Browserify and Webpack friendly! | ||||||||||
Relative Time Format | 62 | 54 | 8 | 7 months ago | 21 | May 24, 2022 | mit | JavaScript | ||
A convenient `Intl.RelativeTimeFormat` polyfill | ||||||||||
Cldr Engine | 39 | 1 | 7 | 2 months ago | 170 | April 18, 2022 | 1 | apache-2.0 | TypeScript | |
Internationalization and localization in Typescript with Unicode CLDR, batteries included | ||||||||||
Ipapalette | 37 | 2 years ago | 3 | mit | HTML | |||||
Palette-class IPA Unicode Input Method for Mac OS | ||||||||||
Uwc | 32 | a year ago | mpl-2.0 | Rust | ||||||
Like wc, but unicode-aware, and with per-line mode. | ||||||||||
Fluent Langneg Rs | 26 | 2 years ago | 2 | apache-2.0 | Rust | |||||
Library for language and locale identifier negotiation. | ||||||||||
Wp Cldr | 22 | 7 months ago | 9 | gpl-2.0 | PHP | |||||
Use CLDR localization data in WordPress | ||||||||||
Awesome I18n | 16 | 5 months ago | unlicense | |||||||
A curated list of awesome i18n/l10n resources |
Internationalization in Typescript with Unicode CLDR, batteries included.
Install the NPM package:
npm install --save @phensley/cldr
Using Yarn:
yarn add @phensley/cldr
This project follows semantic versioning:
PATCH
1.0.0
are guaranteed to work for all 1.0.*
versions)MINOR
major.minor
version)MAJOR
Packages with the cldr-*
prefix represent pieces of the larger library and are designed to work together. The @phensley/cldr
package pulls in the full functionality of the library.
Packages without the cldr-*
prefix can be used in an application individually without pulling in the larger core library.
You can use any of the packages independent of the rest of the library:
package | size | dependencies |
---|---|---|
@phensley/cldr-utils |
||
@phensley/decimal |
||
@phensley/language-tag |
||
@phensley/locale |
size includes language-tag package |
|
@phensley/locale-matcher |
size includes locale and language-tag packages |
|
@phensley/messageformat |
size includes cldr-utils , decimal , and plurals packages |
|
@phensley/plurals |
size includes decimal package |
|
@phensley/timezone |
size includes cldr-utils package |
|
@phensley/unit-converter |
size includes cldr-utils and decimal packages |
Copyright 2018-present Patrick Hensley
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
This project is not affiliated with the Unicode Inc. or the Unicode CLDR project.