#
cldr
Here are 68 public repositories matching this topic...
Translate your Go program into multiple languages.
-
Updated
Mar 12, 2022 - Go
Slug Generator Library for PHP, based on Unicode’s CLDR data
-
Updated
Mar 20, 2022 - PHP
T-enhancement
Type: Nice-to-have but not required
good first issue
Good for newcomers
C-locale
Component: Locale identifiers, BCP47
A-performance
Area: Performance (CPU, Memory)
Elixir implementation of CLDR/ICU
-
Updated
Mar 28, 2022 - Elixir
Open
Support for stdin
2
ad-si
commented
Jan 8, 2019
enhancement
Enhancements to existing features
help wanted
good first issue
A: apps
Applications & Examples
A validator for postal codes with support for 200+ regions
-
Updated
Dec 1, 2020 - Swift
-
Updated
Aug 9, 2021 - Go
-
Updated
Oct 12, 2021 - PHP
PHP translation and localization made easy!
-
Updated
Nov 16, 2021 - PHP
Package i18n provides internationalization and localization for your Go applications
-
Updated
Mar 10, 2022 - Go
I18N Library for .NET, and Delphi
i18n
java
delphi
angular
typescript
internationalization
localization
csharp
wpf
l10n
cldr
vcl
asp-net-core
asp-net
firemonkey
grammatical-numbers
grammatical-genders
ordinal-numbers
abbreviated-numbers
delphi-api
-
Updated
Mar 26, 2022 - C#
Internationalize your application using Unicode's CLDR
-
Updated
Jul 19, 2021 - PHP
javascript
i18n
coffeescript
localization
cldr
i10n
number-input
numeral
input-validation
number-format
parses-numbers
-
Updated
Oct 18, 2021 - CoffeeScript
Internationalization and localization in Typescript with Unicode CLDR, batteries included
i18n
language
unicode
typescript
internationalization
localization
math
pluralization
timezone
cldr
locale
arbitrary-precision
decimal
messageformat
globalize
-
Updated
Mar 18, 2022 - TypeScript
Go localization framework
-
Updated
Mar 15, 2022 - Go
.NET Localization Library.
-
Updated
Mar 19, 2022 - C#
Terrritory formatting functions for the Common Locale Data Repository (CLDR) package https://github.com/kipcole9/cldr
-
Updated
Feb 22, 2022 - Elixir
Lean-Intl is a lean polyfill for Intl-APIs for browsers which are not yet supporting this API. It's a modern fork of Intl.js with up-to-data data, adjusted to modern development workflows and tooling requirements.
-
Updated
Apr 18, 2019 - JavaScript
Improve this page
Add a description, image, and links to the cldr topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cldr topic, visit your repo's landing page and select "manage topics."
In #1694 I added
is_ascii_lowercase()(and uppercase and titlecase). The functions are defined to mean that if you applyto_ascii_lowercase()(or uppercase/titlecase), then you get back the same string.However, many call sites are ending up looking like
I think we should add functions that combine both checks and save a