Questions tagged [cldr]

The Unicode Common Locale Data Repository, a repository of data for localization including calendar and collation.

The CLDR (Unicode Common Locale Data Repository) is a repository of data on various aspects of localisation including calendars and collation.

62 questions
-1
votes
1 answer

How to update cldrdata.jar up to latest version of CLDR (v31)?

The CLDR Data, which is distributed with the Oracle JDK is outdated. Is it possible to somehow update it?
AndreyT
  • 1,449
  • 1
  • 15
  • 28
-1
votes
1 answer

require.js + cldrjs Why renaming a config paths entry break it?

Summary The rename below (s/cldr/cldrjs) breaks load functionality. require.config({ paths: { - cldr: "./bower_components/cldrjs/dist/cldr" + cldrjs: "./bower_components/cldrjs/dist/cldr" } }); require([ - "cldr", - …
Rafael Xavier
  • 2,840
  • 27
  • 34
1 2 3 4
5