diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-10-28 22:41:27 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-10-28 22:41:27 +0700 |
commit | 373e0c0545f552485f19572a2c6d51147178325e (patch) | |
tree | acdb42fb0c2206b3302cb35fa202f7fb1cb3178e /src | |
parent | c7b3fab34f6607c5fbd525023d8a1b9fc5be3172 (diff) | |
download | ravna-373e0c0545f552485f19572a2c6d51147178325e.tar.gz |
Add romanization
Diffstat (limited to 'src')
-rw-r--r-- | src/phonology/rom.md | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/src/phonology/rom.md b/src/phonology/rom.md index b3c4be8..9d984c7 100644 --- a/src/phonology/rom.md +++ b/src/phonology/rom.md @@ -1,3 +1,34 @@ # Romanization +For the sake of convenience, Latin script is used to transcribe Ravna, as its +orthography is not convenience for displaying on computer. It uses as few +diacritics as possible for the convenience of typing, with the exception of +umlaut vowels. +| Letter | Phoneme | +|--------|---------| +| a | a | +| ä | ɛ | +| b | b | +| c | k | +| ch | c | +| d | d | +| e | e, ə | +| f | f | +| g | g | +| h | h, ç | +| i | i, ɨ | +| k | x | +| l | l | +| m | m | +| n | n | +| o | o | +| ö | u | +| oo | ɔ | +| p | p | +| r | r | +| s | s | +| t | t | +| v | v | +| y | j | +| z | z | |