Ignore:
Timestamp:
Aug 25, 2015, 10:52:51 PM (9 years ago)
Author:
chronos
Message:
  • Modified: Allow to disable google translate as this service is not usable for offline development.
  • Modified: Translated rest of ReadMe file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Translation/Form.php

    r826 r836  
    237237              $Output .= '</form>';
    238238
     239              if(isset($this->System->Config['Web']['EnableGoogleTranslate']) and
     240                $this->System->Config['Web']['EnableGoogleTranslate'])
     241              {
    239242              $Output .= '<br/><table class="BaseTable">'.
    240243              '<tr><th>Google překladač:</th><th>Nepřeložené</th><th>Přeložené</th>';
     
    247250
    248251              $Output .= '</table>';
     252              }
    249253            }
    250254        }
Note: See TracChangeset for help on using the changeset viewer.