add bengali langauge option for translation

This commit is contained in:
adnan29979 2024-04-21 23:47:58 +06:00 committed by GitHub
parent bada338570
commit 98543cd71a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -61,6 +61,7 @@
<input id="SaveFileButton" title="Ctrl-Shift-S" type=button value="Save to File (F4)" onclick="saveToFile()">
<select id="langSelector" onchange="langSelectorChange()">
<option value="ar">Arabic (ar)</option>
<option value="bn">Bengali (bn)</option>
<option value="bs">Bosnian (bs)</option>
<option value="hr">Croatian (hr)</option>
<option value="da">Danish (da)</option>
@ -544,4 +545,4 @@
start();
</script>
</body>
</html>
</html>