remuslazar / osx-xliff-tool

OS X Application for editing XLIFF files generated by Xcode
77 stars 20 forks source link

support to copy multiple selected source translations to target #27

Open mstarke opened 6 years ago

mstarke commented 6 years ago

This enables multi-selection for rows and also extends the copy source to target action to use the complete selection not just the last selected row.

remuslazar commented 6 years ago

@mstarke thank you for the PR, sounds good! I will review the changes. Currently being busy with other things, this could take a while.

A new release is also planned (medium-term), including the upgrade for Swift4 and Xcode 9.x and also other stuff, e.g. native dynamic row height for High Sierra Users etc.

mstarke commented 6 years ago

Awesome. Please be kind with the review since I have no actual clue about Swift but rather dwell happily in the obj-c past ;-)

remuslazar commented 5 years ago

@mstarke could you please rebase your PR to the current develop branch? The codebase being now Swift 4.2 compliant, there are some minor tweaks needed.

Thanks!