mdlFontSpecimen
mdlFontSpecimen copied to clipboard
language-coverage-details: WithSublocales
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'