We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98d1db commit f22e3b0Copy full SHA for f22e3b0
index.ts
@@ -73,9 +73,6 @@ BASE_VOWEL_GLYPHS.forEach(g => {
73
if (s) {
74
features.push(`tense`)
75
}
76
- if (n) {
77
- features.push(`stress`)
78
- }
79
if (n) {
80
features.push(`nasalization`)
81
readme.md
@@ -284,6 +284,7 @@ directly.
284
for the Keyman keyboard.
285
- https://help.keyman.com/developer/17.0/reference/kmc/cli/kmcomp-migration
286
- https://help.keyman.com/developer/current-version/reference/file-types/metadata
287
+ - https://help.keyman.com/developer/current-version/guides/distribute/packages
288
289
```bash
290
pnpm make:keyboard
0 commit comments