mdlFontSpecimen icon indicating copy to clipboard operation
mdlFontSpecimen copied to clipboard

language-coverage-details: WithSublocales

Open graphicore opened this issue 7 years ago • 0 comments

Currently we use the CLDR data without sublocales, but it would be nice to optionally load the CLDR data that contains subloclaes. The files could be loaded on request, so that the file sizes don't affect the initial load time too much.

Currently, we load these files in inspect-main using requirejs, locally this can be changed easily

without sublocales:

  , '!require/text!specimenTools/services/languageCharSets.json'
  , '!require/text!specimenTools/services/googleFontsCharSets.json'

with sublocales:

  , '!require/text!specimenTools/services/languageCharSetsWithSublocales.json'
  , '!require/text!specimenTools/services/googleFontsCharSetsWithSublocales.json'

graphicore avatar Oct 02 '17 16:10 graphicore