Skip to content

Internationalization (i18n) changes in Closure Library

Felipe Balbontín edited this page Jan 28, 2016 · 6 revisions

Internationalization in Closure

Making a correction

Closure Library's i18n files that contain locale data (e.g., currency symbols, date time patterns, etc.) are auto-generated based on data from CLDR. If you see an incorrect symbol, please first check CLDR. If they have the incorrect value, file a bug with them. Otherwise, the correct value will make its way into the library on the next auto-generation.

Auto-generated files include:

  • i18n/datetimesymbols.js
  • i18n/datetimepatterns.js
  • i18n/numberformatsymbols.js
  • i18n/pluralrules.js
  • i18n/defaultlocalenameconstants.js
  • i18n/compactnumberformatsymbols.js
  • i18n/datetimepatternsext.js
  • i18n/numberformatsymbolsext.js
  • i18n/datetimesymbolsext.js
  • i18n/compactnumberformatsymbols_ext.js
  • i18n/ordinalrules.js
  • i18n/listsymbols.js
  • i18n/listsymbolsext.js
  • locale/countries.js
  • locale/defaultlocalenameconstants.js
  • locale/genericfontnamesdata.js
  • locale/nativenameconstants.js
  • locale/scriptToLanguages.js