Skip to content
This repository has been archived by the owner on Jan 23, 2019. It is now read-only.

Have the possibility to see (a summary of) all YOUR edits only #205

Open
NotSoImportant opened this issue Apr 27, 2018 · 3 comments
Open
Labels

Comments

@NotSoImportant
Copy link
Contributor

Have the possibility to see only your local edits (delta)

  1. before exporting as a summary
  2. option like the "only show translated" to navigate only through your edits

Like this you can check your changes before committing 😃

@Lonami
Copy link
Member

Lonami commented Apr 27, 2018

Currently edits are kept in the same file as the existing translations, so there's no way to know which are yours and which aren't (unless you synchronize again, but it would be better offline). So if we add this setting (which could be interesting), it wouldn't work for previous work.

Do you have any design ideas on how this could be achieved? A diff view would be really cool for changed strings but also somewhat complicated to implement, there might be libraries, but then we'd have another dependency.

@gsantner
Copy link
Contributor

git diff/show output foreach repository + concat? 😃 maybe jgit got us covered

@Lonami
Copy link
Member

Lonami commented May 18, 2018

Then we either need to pull a fresh copy or always keep unmodified strings + modified ones.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants