Skip to content

Commit 679ebc4

Browse files
authored
Update /main/src/repositories/chechen-transliterator/index.md
1 parent fca5d48 commit 679ebc4

File tree

1 file changed

+3
-3
lines changed
  • src/repositories/chechen-transliterator

1 file changed

+3
-3
lines changed

src/repositories/chechen-transliterator/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ title: Chechen Transliterator
66
<h1>Chechen Transliterator</h1>
77
<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>
88
<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>
9+
<li>If the word is in the <strong><a href="https://github.com/chechen-language/ce-translit-js/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-js/blob/main/translit.ts">unsure list</a></strong>, 'н' is transliterated as 'ŋ[REPLACE]' to indicate manual review is needed.</li>
1111
<li>Otherwise, 'н' at the end of a word is transliterated as 'ŋ'.</li>
1212
</ul>
1313
<textarea
@@ -21,4 +21,4 @@ title: Chechen Transliterator
2121

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

0 commit comments

Comments
 (0)