From 97e5b64a9de979ecf6696c6f73e3f51b7efd8793 Mon Sep 17 00:00:00 2001 From: zyphlar Date: Wed, 30 Nov 2022 20:44:21 -0800 Subject: [PATCH] Update index.html --- index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 9f79017..83d3848 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ var sourceUrl = "https://raw.githubusercontent.com/organicmaps/organicmaps/7551fa46c89f85d551015fccb7e0e13dfebd13de/data/sound-strings/"+$("#localeSelect").val()+".json/localize.json"; var fancyUrl = "https://github.com/organicmaps/organicmaps/blob/7551fa46c89f85d551015fccb7e0e13dfebd13de/data/sound-strings/"+$("#localeSelect").val()+".json/localize.json" - $("#sourceUrl").attr("href", fancyUrl); + $("#sourceUrl").attr("href", fancyUrl).text($("#localeSelect").val()+".json"); $.getJSON(sourceUrl, function(data){ @@ -193,7 +193,9 @@

TTS Voice:



- View Source File + json + sound.txt + Please propose any fixes by editing sound.txt
or by adding a comment to the pull request