spiegel-keyman/resources/standards-data/ldml-keyboards/46/import
Steven R. Loomis 2c32fb7903 chore(resources, developer,core): CLDR 46 and workaround
Fixes: #11307
- import from CLDR 46, mostly unchanged

Fixes: #12749
- workaround LDML DTD bug CLDR-18138 where base= does not imply base=cldr
2025-01-30 15:41:34 -06:00
..
keys-Latn-implied.xml chore(resources, developer,core): CLDR 46 and workaround 2025-01-30 15:41:34 -06:00
keys-Zyyy-currency.xml chore(resources, developer,core): CLDR 46 and workaround 2025-01-30 15:41:34 -06:00
keys-Zyyy-punctuation.xml chore(resources, developer,core): CLDR 46 and workaround 2025-01-30 15:41:34 -06:00
README.md chore(resources, developer,core): CLDR 46 and workaround 2025-01-30 15:41:34 -06:00
scanCodes-implied.xml chore(resources, developer,core): CLDR 46 and workaround 2025-01-30 15:41:34 -06:00

Keyboard imports

The XML files in this directory are importable using the keyboard syntax as follows:

<import base="cldr" path="45/somefile.xml"/>

This is the naming convention being used:

  • type-script-description.xml

Where type is the top level element such as <keys>.

So,

  • keys-Zyyy-punctuation.xml is of script Zyyy, aka "Common".

See tr35-keyboard.md

See the top level README.md