Create directories and translated files according to the project tree and strings database.
Calls ->ExportProject() on all translation projects recurisvely from the given root. This is a recursive function which calls itself for subdirectories. - Parameters:
-
| $dir | String, the directory where the subdirectories and files should be created. |
| $projectIterator | The iterator initialized with the root project from where we export. |
Definition at line 119 of file TranslationExportXaraya.php.
References ExportProject(), and ProjectIterator::getChildren().
Referenced by Export(). |