Skip to content

Commit

Permalink
change lusimez code name to rusimez
Browse files Browse the repository at this point in the history
  • Loading branch information
junhg0211 committed Feb 25, 2024
1 parent 6c53bdd commit ddc13ff
Show file tree
Hide file tree
Showing 6 changed files with 1,615 additions and 1,654 deletions.
2 changes: 1 addition & 1 deletion converter.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function zasok(string) {
return string;
}

function lusimez(string) {
function rusimez(string) {
let consonants = ['g', 'k', 'n', 'd', 't', 'l', 'r', 'm', 'b', 'p', 's', "x", 'z', 'c', 'f', 'h'];
let vowels = ['a', 'y', 'e', 'o', 'u', 'w', 'i', 'ja', 'jy', 'je', 'jo', 'ju', 'va', 'vy', 've', 'vo', 'vi'];

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h1><strong>Sapota</strong> Converter</h1>
<p>
<select name="language" id="language" class="form-select">
<option value="Zemin">Zemin</option>
<option value="Lusimez">Rusimez</option>
<option value="Rusimez">Rusimez</option>
</select>
</p>
<p>
Expand Down
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ function load() {
function keyup() {
if (languageSelect.value === 'Zemin') {
textarea.value = zasok(textarea.value);
} else if (languageSelect.value === 'Lusimez') {
textarea.value = lusimez(textarea.value);
} else if (languageSelect.value === 'Rusimez') {
textarea.value = rusimez(textarea.value);
}
}

Expand Down
Binary file removed res/layouts/Lusimez.png
Binary file not shown.
Binary file added res/layouts/Rusimez.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ddc13ff

Please sign in to comment.