Add Iñupiatun Orthography
This commit is contained in:
39
x2i/ik-keys.yaml
Normal file
39
x2i/ik-keys.yaml
Normal file
@@ -0,0 +1,39 @@
|
||||
---
|
||||
- - l^%
|
||||
- ł̣
|
||||
- - l%^
|
||||
- ł̣
|
||||
- - L^%
|
||||
- Ł̣
|
||||
- - L%^
|
||||
- Ł̣
|
||||
|
||||
- - g^
|
||||
- ġ
|
||||
- - G^
|
||||
- Ġ
|
||||
- - l^
|
||||
- ḷ
|
||||
- - l%
|
||||
- ł
|
||||
- - L^
|
||||
- Ḷ
|
||||
- - L%
|
||||
- Ł
|
||||
- - '&^'
|
||||
- ł̣
|
||||
- - N%
|
||||
- Ñ
|
||||
- - N^
|
||||
- Ŋ
|
||||
- - n%
|
||||
- ñ
|
||||
- - n^
|
||||
- ŋ
|
||||
- - r^
|
||||
- ȓ
|
||||
- - R^
|
||||
- Ȓ
|
||||
|
||||
- - '&'
|
||||
- ł
|
||||
@@ -37,6 +37,10 @@ const regex = OuterXRegExp(
|
||||
const defaultMatchAction = (left: string, match: string, right: string) => left + match + right;
|
||||
|
||||
const matchType: { [key: string]: IMatchInstructions } = {
|
||||
ik: {
|
||||
join: (_, match) => `- ${match}`,
|
||||
keys: readKeys("./x2i/ik-keys.yaml"),
|
||||
},
|
||||
p: {
|
||||
join: (_, match) => `*${match}`,
|
||||
keys: readKeys("./x2i/apie-keys.yaml"),
|
||||
@@ -48,7 +52,7 @@ const matchType: { [key: string]: IMatchInstructions } = {
|
||||
keys: readKeys("./x2i/z2i-keys.yaml"),
|
||||
},
|
||||
i: {
|
||||
join: (_, match) => `|${match}|`,
|
||||
join: (_, match) => `- ${match}`,
|
||||
keys: readKeys("./x2i/i-keys.yaml"),
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user