ZF-4905: Fix the given originpath on adding translations
Description
When giving "mypath/subpath/../languages" the directory will not be detected due to "." being ignored by the ignore option. The path should be fixed so that internally the full path will be used "mypath/languages" and the ignore option does not ignore the expected directories.
Comments
Posted by Thomas Weidner (thomas) on 2008-11-27T09:59:02.000+0000
Fixed with r12905