Added Chinese to client and Spanish to server

This commit is contained in:
Carlos
2019-08-28 02:32:06 +02:00
parent 69b10a8514
commit aa6edfd0f0
17 changed files with 201 additions and 51 deletions

View File

@ -211,7 +211,7 @@
<!-- Webpage footer -->
<footer class="footer mt-auto py-3">
<div class="container">
<span class="text-muted">WebConsole v1.3 - <a href="https://github.com/mesacarlos/WebConsole">GitHub</a></span>
<span class="text-muted">WebConsole v1.4 - <a href="https://github.com/mesacarlos/WebConsole">GitHub</a></span>
</div>
</footer>
@ -221,11 +221,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.3"></script>
<script src="scripts/WebConsoleConnector.js?v=1.3"></script>
<script src="scripts/WebConsoleManager.js?v=1.3"></script>
<script src="scripts/WebConsolePersistenceManager.js?v=1.3"></script>
<script src="scripts/WebConsole.js?v=1.3"></script>
<script src="scripts/WebConsoleJqueryHandler.js?v=1.3"></script>
<script src="scripts/WebConsoleLanguage.js?v=1.4"></script>
<script src="scripts/WebConsoleConnector.js?v=1.4"></script>
<script src="scripts/WebConsoleManager.js?v=1.4"></script>
<script src="scripts/WebConsolePersistenceManager.js?v=1.4"></script>
<script src="scripts/WebConsole.js?v=1.4"></script>
<script src="scripts/WebConsoleJqueryHandler.js?v=1.4"></script>
</body>
</html>