COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20210320113824/https://github.com/topics/intl
Here are
195 public repositories
matching this topic...
The monorepo home to all of the FormatJS related libraries, most notably react-intl.
Updated
Mar 20, 2021
TypeScript
⏱ A library for working with dates and times in JS
Updated
Mar 20, 2021
JavaScript
The Translation component provides tools to internationalize your application.
A JavaScript library for internationalization and localization that leverages the official Unicode CLDR JSON data
Updated
Nov 26, 2020
JavaScript
A PHP replacement layer for the C intl extension that also provides access to the localization data of the ICU library.
Updated
Jan 15, 2021
TypeScript
Fluent — planning, spec and documentation
Updated
Feb 21, 2021
JavaScript
🌐 jQuery based internationalization library
Updated
Aug 25, 2020
JavaScript
Localization library for any Ember Application or Addon
Updated
Mar 13, 2021
JavaScript
PHP Standard Library - a modern, consistent, centralized, well-typed set of APIs for PHP programmers.
Gatsby plugin that turns your website into an internationalization-framework out of the box.
Updated
Mar 9, 2021
JavaScript
🌏 Internationalize js apps 👔 Elegant lightweight library based on Internationalization API
Updated
Mar 9, 2021
TypeScript
🚫 [ABANDONED] Easy to use internationalization/localization functions for Laravel 5
jQuery based input methods library
Updated
Feb 25, 2021
JavaScript
Datepicker element built with Google's lit-element and Material Design 2
Updated
Jan 29, 2021
TypeScript
Surgically polyfills timezone support in Intl.DateTimeFormat API
Updated
Feb 26, 2020
JavaScript
React component for i18n currency input using Intl API.
Updated
Mar 15, 2021
JavaScript
Internationalization tools, particularly message translation.
Async react-intl locale data loader for webpack
Updated
Feb 18, 2020
JavaScript
A flexible tool for application localization using Google Sheets.
Universal internationalization (i18n) open source library for React
Updated
May 4, 2020
JavaScript
PHP intl extension, ICU data tables
Internationalize your Svelte apps using format-message and Intl object
Updated
Jul 16, 2020
TypeScript
Updated
Jun 4, 2019
JavaScript
An example React application to accompany the "Add Internationalization (i18n) to a React app using React Intl" Egghead.io course
Updated
Mar 21, 2019
JavaScript
Improve this page
Add a description, image, and links to the
intl
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
intl
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Describe the bug
Given a message like
{input, plural, other {# + #}}, one would expect both#placeholders getting replaced by the plural value. But only the first one is actually replaced.To Reproduce