mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Comment out ununsed langs array
This commit is contained in:
parent
932a195dbd
commit
b2117f490b
@ -21,6 +21,7 @@
|
|||||||
|
|
||||||
// https://developers.google.com/web/updates/2013/01/Voice-Driven-Web-Apps-Introduction-to-the-Web-Speech-API
|
// https://developers.google.com/web/updates/2013/01/Voice-Driven-Web-Apps-Introduction-to-the-Web-Speech-API
|
||||||
|
|
||||||
|
/*
|
||||||
var langs =
|
var langs =
|
||||||
[['Afrikaans', ['af-ZA']],
|
[['Afrikaans', ['af-ZA']],
|
||||||
['Bahasa Indonesia',['id-ID']],
|
['Bahasa Indonesia',['id-ID']],
|
||||||
@ -92,7 +93,7 @@
|
|||||||
['日本語', ['ja-JP']],
|
['日本語', ['ja-JP']],
|
||||||
['हिन्दी', ['hi-IN']],
|
['हिन्दी', ['hi-IN']],
|
||||||
['ภาษาไทย', ['th-TH']]];
|
['ภาษาไทย', ['th-TH']]];
|
||||||
|
*/
|
||||||
|
|
||||||
var final_transcript = '';
|
var final_transcript = '';
|
||||||
var recognizing = false;
|
var recognizing = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user