Browse Source

Add basic Sindarin rules

Also, inherit the Elvish phonemes from Latin, because Esperanto doesn’t
have /y/. (Quenya doesn’t need that – ⟨y⟩ is a consonant there – so
maybe I’ll separate their phonemes at some point. For now, Latin works
well enough for both as far as I can tell.)
master
Lucas Werkmeister 4 years ago
parent
commit
a1c79f4c72
2 changed files with 90 additions and 1 deletions
  1. 89
    0
      dictsource/sjn_rules
  2. 1
    1
      phsource/phonemes

+ 89
- 0
dictsource/sjn_rules View File

@@ -1,5 +1,94 @@
.group a
a a

.group b
b b

.group c
c k

.group ch
ch x

.group d
d d

.group dh
dh D

.group e
e e

.group f
f f
f (_ v

.group g
g g

.group h
h h
// TODO hw

.group i
i i
i (A j

// j and k do not occur in Sindarin

.group l
l l
// TODO lh

.group m
m m

.group n
n n

.group ng
ng Ng
ng (_ N

.group o
o o

.group p
p p

.group ph
ph f

// q does not occur in Sindarin

.group r
r R
// TODO rh

.group s
s s

.group t
t t

.group th
th T

.group ty
ty tj

.group u
u u

.group v
v v

.group w
w w

// x does not occur in Sindarin

.group y
y y

// z does not occur in Sindarin

+ 1
- 1
phsource/phonemes View File

@@ -1920,7 +1920,7 @@ include ph_lojban
phonemetable py eo
include ph_pyash

phonemetable qya eo
phonemetable qya la

phonemetable sjn qya


Loading…
Cancel
Save