Skip to content

language-coverage-details: WithSublocales #9

Description

@graphicore

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions