Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
khashashin committed May 26, 2024
1 parent 046f857 commit 671bdbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@ce/transliteration",
"version": "0.1.4",
"version": "0.1.5",
"exports": "./translit.ts"
}
4 changes: 3 additions & 1 deletion translit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
* console.log(result); // 'djaẋädira'
*
* console.log(translitMap);
*
* Demo: https://chechen-language.github.io/repositories/chechen-transliterator/?text=дӏахьаьдира
* ```
*/

Expand Down Expand Up @@ -111,7 +113,7 @@ export function applyToWord(word: string): string {
* @example
* ```js
* const result = apply('Мелхо а, шуна цхьанна а тхайх бала ца бархьама, дийнахь а, буса а, къа а хьоьгуш, болх бора оха.');
* console.log(result); // prints 'melxo ə, şuna cẋanna ə txayx bala ca barẋama, diynaẋ ə, busa ə, q̇a ə ẋöguş, bolx bora oxa.'
* console.log(result); // prints 'Melxo ə, şuna cẋanna ə txayx bala ca barẋama, diynaẋ ə, busa ə, q̇a ə ẋöguş, bolx bora oxa.'
* ```
*/
export function apply(text: string): string {
Expand Down

0 comments on commit 671bdbe

Please sign in to comment.