RapidScada / scada

Contains Rapid SCADA sources
Apache License 2.0
680 stars 311 forks source link

Spanish Translation - Modules #84

Closed marcossarome closed 5 years ago

marcossarome commented 5 years ago

Telegram Driver Automatic Control Module Export to Database Module Rapid Gate Module Chart Pro Plugin

2mik commented 5 years ago

The structure of the documentation was changed. Please add Spanish files into ScadaDoc/content/latest/es/ of the develop branch. The contents is edited in ScadaDoc/content/latest/es/js/contents.js

Other important thing is that in the head should be

    <link href="../../../../css/scadadoc.min.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript" src="../../../../lib/jquery/jquery.min.js"></script>
    <script type="text/javascript" src="../js/contents.js"></script>
    <script type="text/javascript" src="../../../../js/scadadoc.js"></script>

Thank you.