glaemscribe 1.0.6 → 1.0.7
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/sindarin-classical.glaem +15 -8
- 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: e1493c2453d45a4ce4ee64b1887cb96491329da0
|
4
|
+
data.tar.gz: 3dae5178cb8cb2b965a193ca35f050459ef91bbb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 688686f24acfb7c9b7eb5b5e82a24bb667a128b0d19c855ea94afa90aa39a6757f3a304a6fb32d6128c47eec915aed0617a9970830bf29f52d14a0dd76115e4c
|
7
|
+
data.tar.gz: df50957d826d5d3612d381805c202c1160385680fdc9ac7e3e8ba5216fec80ac11eca3267fc69f7834cf8b449c6fe05df300a256ef85206ad402facee4589b06
|
@@ -29,6 +29,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
29
29
|
|
30
30
|
0.0.2 : Fixed some tehtar versions which did not look quite nice for ch, dh, v, mb
|
31
31
|
Reworked the problem of labialized consonnants (+w), adding an option for treating the u-curl + tehta combination.
|
32
|
+
0.0.3 : Extended the labialized consonnants option.
|
32
33
|
|
33
34
|
**\
|
34
35
|
|
@@ -36,7 +37,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
36
37
|
\language "Sindarin"
|
37
38
|
\writing "Tengwar"
|
38
39
|
\mode "Classical"
|
39
|
-
\version "0.0.
|
40
|
+
\version "0.0.3"
|
40
41
|
\authors "Talagan (Benjamin Babut)"
|
41
42
|
|
42
43
|
\charset tengwar_ds true
|
@@ -47,7 +48,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
47
48
|
\value BASE_10 10
|
48
49
|
\value BASE_12 12
|
49
50
|
\end
|
50
|
-
|
51
|
+
\beg option labialized_consonants_u_curl LABIALIZED_U_CURL_ALWAYS
|
52
|
+
\value LABIALIZED_U_CURL_NONE 1
|
53
|
+
\value LABIALIZED_U_CURL_NO_TEHTAR 2
|
54
|
+
\value LABIALIZED_U_CURL_ALWAYS 3
|
55
|
+
\end
|
51
56
|
\end
|
52
57
|
|
53
58
|
\beg preprocessor
|
@@ -232,12 +237,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
232
237
|
the u-curl at all when there's a tehta on the tengwa.
|
233
238
|
**\
|
234
239
|
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
\
|
240
|
+
\if "labialized_consonants_u_curl == LABIALIZED_U_CURL_NO_TEHTAR || labialized_consonants_u_curl == LABIALIZED_U_CURL_ALWAYS"
|
241
|
+
gw --> UNGWE THSUP_SEV_XL
|
242
|
+
dw --> ANDO THSUP_SEV_XS
|
243
|
+
nw --> ORE THSUP_SEV_L
|
244
|
+
rw --> ROMEN THSUP_SEV_L
|
245
|
+
\endif
|
246
|
+
|
247
|
+
\if "labialized_consonants_u_curl == LABIALIZED_U_CURL_ALWAYS"
|
241
248
|
{V_D_KER}gw --> UNGWE THSUP_SEV_XS {V_D_IMG_XL}
|
242
249
|
{V_D_KER}dw --> ANDO THSUP_SEV_XS {V_D_IMG_XL}
|
243
250
|
{V_D_KER}nw --> ORE THSUP_SEV_XS {V_D_IMG_XL}
|