Skip to content

Commit fca5d48

Browse files
committed
update translit package
1 parent 18e194b commit fca5d48

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
"prettier": "^3.2.5"
3030
},
3131
"dependencies": {
32-
"@ce/transliteration": "npm:@jsr/ce__transliteration@^0.2.6"
32+
"@ce/transliteration": "npm:@jsr/ce__transliteration@^0.2.9"
3333
}
3434
}

src/repositories/chechen-transliterator/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ title: Chechen Transliterator
44
---
55

66
<h1>Chechen Transliterator</h1>
7+
<p>Enter your text in the box below and click "Transliterate" to see the transliterated version. Special handling is applied to the letter 'н' at the end of words:</p>
8+
<ul>
9+
<li>If the word is in the <strong><a href="https://github.com/chechen-language/ce-translit/blob/main/translit.ts">blacklist</a></strong>, 'н' is transliterated as 'n'.</li>
10+
<li>If the word is in the <strong><a href="https://github.com/chechen-language/ce-translit/blob/main/translit.ts">unsure list</a></strong>, 'н' is transliterated as 'ŋ[REPLACE]' to indicate manual review is needed.</li>
11+
<li>Otherwise, 'н' at the end of a word is transliterated as 'ŋ'.</li>
12+
</ul>
713
<textarea
814
id="transliteration-input"
915
placeholder="Enter text to transliterate"
@@ -15,4 +21,4 @@ title: Chechen Transliterator
1521

1622
{% block extra_scripts %}
1723
<script type="module" src="/assets/repositories/chechen-transliterator/main.js"></script>
18-
{% endblock %}
24+
{% endblock %}

0 commit comments

Comments
 (0)