2.1.1 #16
|
@ -20,8 +20,9 @@ For the PIE notation:
|
|||
* Palato-velars are marked with a following ' and x1, x2, x3 etc. yields the laryngeals, with x@ for the subscript a laryngeal, and xx for an unknown laryngeal.
|
||||
|
||||
This is best learned by experimenting.
|
||||
Inuktitut Syllabics: https://en.wikipedia.org/wiki/Inuktitut_syllabics
|
||||
|
||||
These conversions were originally taken from [xsduan/conniebot](https://github.com/xsduan/conniebot). But have later divirged a bit.
|
||||
These conversions were originally taken from [xsduan/conniebot](https://github.com/xsduan/conniebot), and the discord bot Tuugaalikkuluk (thanks!) But have later divirged a bit.
|
||||
|
||||
To use the bot I run an instance at [@wug:dodsorf.as](https://matrix.to/#/@wug:dodsorf.as), you can invite it to a room or DM it to use the converter. Or you can read the setup instructions below to host your own!
|
||||
|
||||
|
|
4
index.ts
4
index.ts
|
@ -1,4 +1,4 @@
|
|||
const version = "2.0.0";
|
||||
const version = "2.0.1";
|
||||
import x2i from "./x2i";
|
||||
import { existsSync } from "fs";
|
||||
|
||||
|
@ -45,6 +45,8 @@ function help(roomId) {
|
|||
Use (x/z/p) together with either / or [] as delimeters
|
||||
x/"hEloU/ z[or\` 5aIk DIz] p/mreghnom/ 😀
|
||||
|
||||
I also can transcribe to Inuktitut Syllabics like this: i[tusaumaqattautijjutinik aulattijiit].
|
||||
|
||||
Find my source at https://github.com/Dali99/matrix-wug`;
|
||||
|
||||
client.sendNotice(roomId, message);
|
||||
|
|
Loading…
Reference in New Issue