sitter requested changes to this revision. sitter added inline comments. This revision now requires changes to proceed.
INLINE COMMENTS > l10n.rb:217 > > - def get(srcdir) > - # FIXME: this is later used as destination for the weirdest of > reasons... > - target = "#{srcdir}/po/" > + def get(srcdir, target = "#{Dir.getwd}/#{srcdir}/po", allow_edit = true) > Dir.mkdir(target) File.expand_path def get(srcdir, target = File.expand_path("#{srcdir}/po"), allow_edit = true) REPOSITORY R572 releaseme REVISION DETAIL https://phabricator.kde.org/D5133 To: apol, #frameworks, sitter