Skip to content

Commit

Permalink
Add phonetic symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
pivee committed Nov 12, 2023
1 parent 91a2d04 commit 9104a08
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
35 changes: 35 additions & 0 deletions pages/pronunciation/phonetic-symbols.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: "Phonetic Symbols"
---

# Phonetic Symbols

## Vowels and Dipthongs

| Phonetic | Sinhala | Example |
| ------------------------------------- | ------- | ------------------------------------- |
| <span className="text-2xl">iː</span> || sh<span class="underline">ee</span>p |
| <span className="text-2xl">ɪ</span> || sh<span class="underline">i</span>p |
| <span className="text-2xl">ɑː</span> || f<span class="underline">a</span>ther |
| <span className="text-2xl">æ</span> || h<span class="underline">a</span>t |
| <span className="text-2xl">ʌ</span> || c<span class="underline">u</span>p |
| <span className="text-2xl">ɔː</span> || h<span class="underline">o</span>rse |
| <span className="text-2xl">ɒ</span> || s<span class="underline">o</span>ck |
| <span className="text-2xl">uː</span> || bl<span class="underline">ue</span> |
| <span className="text-2xl">ʊ</span> || f<span class="underline">oo</span>t |
| <span className="text-2xl">e</span> || h<span class="underline">e</span>ad |
| <span className="text-2xl">ɜː</span> | .අ: | b<span class="underline">ird</span> |
| <span className="text-2xl">ɝː</span> | .අ:(ර්) | b<span class="underline">ird</span> |
| <span className="text-2xl">ə</span> | .අ | ab<span class="underline">ove</span> |
| <span className="text-2xl">ɚ</span> | .අ(ර්) | m<span class="underline">othe</span>r |
| <span className="text-2xl">eɪ</span> | එඉ | d<span class="underline">ay</span> |
| <span className="text-2xl">aɪ</span> || <span class="underline">eye</span> |
| <span className="text-2xl">ɔɪ</span> | ඔඉ | b<span class="underline">oy</span> |
| <span className="text-2xl">əʊ</span> | .අඋ ≈ ඕ | n<span class="underline">o</span>se |
| <span className="text-2xl">oʊ</span> | ඔඋ ≈ ඕ | n<span class="underline">o</span>se |
| <span className="text-2xl">aʊ</span> || m<span class="underline">ou</span>th |
| <span className="text-2xl">ɪə</span> | ඉ.අ | <span class="underline">ear</span> |
| <span className="text-2xl">eə</span> | එ.අ | h<span class="underline">air</span> |
| <span className="text-2xl">ʊə</span> | උ.අ | p<span class="underline">ure</span> |
| <span className="text-2xl">aɪə</span> | ඓ.අ | f<span class="underline">ire</span> |
| <span className="text-2xl">aʊə</span> | ඖ.අ | h<span class="underline">our</span> |
3 changes: 3 additions & 0 deletions theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ const config: DocsThemeConfig = {
if (title === 'Consonant Sounds') {
return <>🔊 {title}</>;
}
if (title === 'Phonetic Symbols') {
return <>🖇 {title}</>;
}
return <>📄 {title}</>;
}
},
Expand Down

0 comments on commit 9104a08

Please sign in to comment.