glaemscribe 1.1.13 → 1.1.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/glaemresources/modes/quenya.glaem +4 -3
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ebb0041e342e79b9b97f7e6a5ce163e58c8fd966
|
4
|
+
data.tar.gz: 8339eb414f9a409dd91fa9f61943dcf0c147f596
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 87f62555dbede9a38d3131b913f3626f1af92767e5a8edb657bc83d868448bd5f8eb66e42ec913fed3513a0466561cdb33bc420e428284ffbb88f7d4f9e309fe
|
7
|
+
data.tar.gz: 9c61910fd13d721c8d02bf2b73567d86e7fd99a8f56605e99cd1c38858dcde4eeaed4e1b5a68565b9fdee0dc58289167ced72f8cc0993e84b1866f15e3f4e061
|
@@ -51,8 +51,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
51
51
|
\entry "0.9.6" "Added support for non-breaking spaces"
|
52
52
|
\entry "0.9.7" "Correcting visibility options to conform to new glaeml args strict syntax"
|
53
53
|
\entry "0.9.8" "Adding palatalized geminates (requested)"
|
54
|
+
\entry "0.9.9" "Hotfix on 0.9.8"
|
54
55
|
\end
|
55
|
-
\version "0.9.
|
56
|
+
\version "0.9.9"
|
56
57
|
|
57
58
|
\language "Quenya"
|
58
59
|
\writing "Tengwar"
|
@@ -328,7 +329,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
328
329
|
[ {L1} * {L1_1_GEMS} ] {V_D_WN} --> [ {_L1_} * {_L1_1_GEMS_} ] {_V_D_WN_}
|
329
330
|
|
330
331
|
\** PALATAL **\
|
331
|
-
[t * p * {K}] y {V_D_WN} --> [TINCO * PARMA * CALMA] {_V_D_WN_}
|
332
|
+
[t * p * {K}] y {V_D_WN} --> [TINCO * PARMA * CALMA] {PALATAL} {_V_D_WN_}
|
332
333
|
|
333
334
|
\if "palatalized_geminates == PALATALIZED_GEMINATES_CUMULATE"
|
334
335
|
[tt * pp * {K}{K}] y {V_D_WN} --> [TINCO * PARMA * CALMA] {GEMINATE} {PALATAL} {_V_D_WN_}
|
@@ -410,7 +411,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
410
411
|
[{L4}]{V_D_WN} --> [{_L4_}]{_V_D_WN_}
|
411
412
|
|
412
413
|
\** PALATAL **\
|
413
|
-
nty{V_D_WN} --> ANTO {PALATAL} {_V_D_WN_}
|
414
|
+
nty {V_D_WN} --> ANTO {PALATAL} {_V_D_WN_}
|
414
415
|
|
415
416
|
\if "palatalized_geminates == PALATALIZED_GEMINATES_CUMULATE"
|
416
417
|
[nnt] y {V_D_WN} --> [ANTO] {GEMINATE} {PALATAL} {_V_D_WN_}
|