Added Czech to list

This commit is contained in:
Carlos 2020-02-14 17:32:56 +01:00
parent ed2cd71a61
commit caff280350

View File

@ -50,6 +50,7 @@
<a class="dropdown-item" href="#" onclick="setLanguage('pt_BR')">Português</a>
<a class="dropdown-item" href="#" onclick="setLanguage('zh_CN')">中文</a>
<a class="dropdown-item" href="#" onclick="setLanguage('fr_FR')">Français</a>
<a class="dropdown-item" href="#" onclick="setLanguage('cs_CZ')">Czech</a>
</div>
</li>
<li class="nav-item">
@ -240,7 +241,7 @@
<!-- Webpage footer -->
<footer class="footer mt-auto py-3">
<div class="container">
<span class="text-muted">WebConsole v1.4 (rev. 5) - <a href="https://github.com/mesacarlos/WebConsole">GitHub</a></span>
<span class="text-muted">WebConsole v1.4 (rev. 6) - <a href="https://github.com/mesacarlos/WebConsole">GitHub</a></span>
</div>
</footer>
@ -250,11 +251,11 @@
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!-- WebConsole JS Scripts -->
<script src="scripts/WebConsoleLanguage.js?v=1.4.5"></script>
<script src="scripts/WebConsoleConnector.js?v=1.4.5"></script>
<script src="scripts/WebConsoleManager.js?v=1.4.5"></script>
<script src="scripts/WebConsolePersistenceManager.js?v=1.4.5"></script>
<script src="scripts/WebConsole.js?v=1.4.5"></script>
<script src="scripts/WebConsoleJqueryHandler.js?v=1.4.5"></script>
<script src="scripts/WebConsoleLanguage.js?v=1.4.6"></script>
<script src="scripts/WebConsoleConnector.js?v=1.4.6"></script>
<script src="scripts/WebConsoleManager.js?v=1.4.6"></script>
<script src="scripts/WebConsolePersistenceManager.js?v=1.4.6"></script>
<script src="scripts/WebConsole.js?v=1.4.6"></script>
<script src="scripts/WebConsoleJqueryHandler.js?v=1.4.6"></script>
</body>
</html>