Revert "removed unused letters", modified the wrong variable

This reverts commit 97934354fc.
This commit is contained in:
Phuntsok Drak-pa
2019-08-22 20:29:04 +02:00
parent 97934354fc
commit 3fc9bdfbef
+7 -5
View File
@@ -9,6 +9,7 @@
;;
;;; License: GPLv3
; Mattér ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(setq conlanging//matter-latin-to-runes '((", *" . "᛬")
("\\. *" . "᛭")
(" +" . "᛫")
@@ -22,7 +23,7 @@
("th" . "ᚦ")
("s" . "ᚦ")
("þ" . "ᚦ")
("v" . "ᚹ")
("w" . "ᚹ")
("ƿ" . "ᚹ")
("g" . "ᚷ")
("ᵹ" . "ᚷ")
@@ -35,7 +36,9 @@
("h" . "ᚻ")
("n" . "ᚾ")
("i" . "ᛁ")
("j" . "ᛄ")
("p" . "ᛈ")
("v" . "ᛝ")
("t" . "ᛏ")
("b" . "ᛒ")
("e" . "ᛖ")
@@ -70,6 +73,7 @@
("v" . "\\\\ng")
("é " . "\\\\oe")))
; Eittlandic ;;;;;;;;;;;;;;;;;;;;;;;;;;
(setq conlanging//eittlanda-latin-to-latex '((", *" . "\\\\tripledot")
("\\. *" . "\\\\tripledot")
(" +" . ":")
@@ -78,13 +82,12 @@
("ö" . "\\\\oO")
("ó" . "v")
("ń" . "\\\\ndot")
("v" . "b")))
("v" . "w")))
(setq conlanging//eittlanda-latin-to-runes '((", *" . "⁝")
("\\. *" . "⁝")
(" +" . "᛬")
("hw" . "ᛪ")
("i" . "ᛁ")
("j" . "ᛁ")
("y" . "ᛦ")
("u" . "ᚢ")
("e" . "ᛂ")
@@ -104,12 +107,11 @@
("k" . "ᚴ")
("g" . "ᚵ")
("f" . "ᚠ")
("v" . "ᛒ")
("þ" . "ᚦ")
("ð" . "ᚧ")
("s" . "ᛋ")
("h" . "ᚼ")
("w" . "ᚥ")
("v" . "ᚥ")
("r" . "ᚱ")
("l" . "ᛚ")))