2.1.1 #16

Merged
Dandellion merged 5 commits from develop into master 2019-03-01 02:47:01 +01:00
2 changed files with 5 additions and 2 deletions
Showing only changes of commit 1d34c6118b - Show all commits

View File

@ -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. * 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. 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! 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!

View File

@ -1,4 +1,4 @@
const version = "2.0.0"; const version = "2.0.1";
import x2i from "./x2i"; import x2i from "./x2i";
import { existsSync } from "fs"; import { existsSync } from "fs";
@ -45,6 +45,8 @@ function help(roomId) {
Use (x/z/p) together with either / or [] as delimeters Use (x/z/p) together with either / or [] as delimeters
x/"hEloU/ z[or\` 5aIk DIz] p/mreghnom/ 😀 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`; Find my source at https://github.com/Dali99/matrix-wug`;
client.sendNotice(roomId, message); client.sendNotice(roomId, message);