From c51c94566097274707ef157af004b763f1349737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B8vbr=C3=B8tte=20Olsen?= Date: Thu, 28 Feb 2019 14:09:26 +0100 Subject: [PATCH 1/2] Add help message for Inuktitut Syllabics --- index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.ts b/index.ts index 04a08f2..eb90246 100644 --- a/index.ts +++ b/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); From daa52c41d013881ec3ff2306144631153cfdf4a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B8vbr=C3=B8tte=20Olsen?= Date: Thu, 28 Feb 2019 14:11:38 +0100 Subject: [PATCH 2/2] Update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index afe10f5..2fde7d0 100644 --- a/README.md +++ b/README.md @@ -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!