Skip to content

Commit 49abf7e

Browse files
committed
feat: Irish default IPA-themed sentence when selecting Irish
1 parent f65a955 commit 49abf7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wiktionary_pron/scripts/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ async function updateOptionsUponLanguageSelection(event) {
685685
if (selectedLanguage === "Irish") {
686686
var ta = document.getElementById("text_to_transcribe");
687687
if (ta && !localStorage.getItem("inputText") && !urlParams.get("text")) {
688-
ta.value = "caisleán cailín baile Gaeltacht uisce";
688+
ta.value = "cleachtann mic léinn an aibítir fhoghraíochta idirnáisiúnta go cúramach i gcónaí";
689689
}
690690
}
691691

0 commit comments

Comments
 (0)