Ignore:
Timestamp:
Jun 18, 2013, 8:56:09 PM (11 years ago)
Author:
chronos
Message:
  • Upraveno: Část týkající se překládání přepracována na aplikační modul.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Dictionary/Dictionary.php

    r549 r550  
    203203      foreach($TranslationTree[$GroupId]['Items'] as $Index => $TextItem)
    204204        $Text .= ' '.$Line[$TextItem['Column']];
    205       $Output .= WriteTranslatNames($Text, $mode);
     205      $Output .= $this->WriteTranslatNames($Text, $mode);
    206206    }
    207207  } 
Note: See TracChangeset for help on using the changeset viewer.