• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Keyboard imports
2
3The XML files in this directory are importable using the keyboard syntax as follows:
4
5```xml
6<import base="cldr" path="45/somefile.xml"/>
7```
8
9This is the naming convention being used:
10
11- _type_`-`_script_`-`_description_`.xml`
12
13Where _type_ is the top level element such as `<keys>`.
14
15So,
16
17- `keys-Zyyy-punctuation.xml` is of [script](https://www.unicode.org/iso15924/iso15924-codes.html) `Zyyy`, aka "Common".
18
19See [tr35-keyboard.md](../../docs/ldml/tr35-keyboards.md#Element_import)
20
21## Copyright and License
22
23See the top level [README.md](../../README.md#copyright--licenses)
24