Skip to content

Commit

Permalink
Add reverse phonemization to FE
Browse files Browse the repository at this point in the history
  • Loading branch information
neurlang authored and Your Name committed Jan 27, 2025
1 parent 275a0b3 commit 4ef577d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/v0/dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ const items = ["Afrikaans", "Amharic", "Arabic", "Armenian", "Azerbaijani", "Bas
"Thai", "Tibetan", "Turkish", "Ukrainian", "Urdu", "Uyghur", "VietnameseNorthern", "Yoruba", "Zulu",
"Isan", "BengaliDhaka", "BengaliRahr", "MalayArab", "VietnameseCentral", "VietnameseSouthern"];
initDropdown("langsearchInput", "langdropdownList", items);
const reverse_items = ["IPA", "Espeak", "Antvaset", "English", "Slovak", "ChineseMandarin"];
const reverse_items = ["IPA", "Espeak", "Antvaset"].concat(items);
initDropdown("tgtsearchInput", "tgtdropdownList", reverse_items);

0 comments on commit 4ef577d

Please sign in to comment.