Add SourceTree option in Windows Action Provider#128
Merged
awaescher merged 3 commits intoawaescher:masterfrom Nov 6, 2020
Merged
Add SourceTree option in Windows Action Provider#128awaescher merged 3 commits intoawaescher:masterfrom
awaescher merged 3 commits intoawaescher:masterfrom
Conversation
Owner
… the name of the product ;-)
Contributor
Author
|
If you want, I can provide some Dutch translations as well. |
awaescher
reviewed
Nov 6, 2020
RepoZ.App.Win/i18n/de-DE.xaml
Outdated
| <system:String x:Key="Open in Git Bash">In Git Bash öffnen</system:String> | ||
| <system:String x:Key="Open in Finder">In Finder öffnen</system:String> | ||
| <system:String x:Key="Open in Terminal">Im Terminal öffnen</system:String> | ||
| <system:String x:Key="Open in Sourcetree">Im Sourcetree öffnen</system:String> |
Owner
There was a problem hiding this comment.
Sorry to say but in German, we'd say "In" instead of "Im". I know, German is hard. That's because ... it actually is.
Owner
There was a problem hiding this comment.
By the way, it is okay for "Im Terminal" 🙃
Owner
|
By the way, I'd love to get Dutch translations if you don't mind. |
Contributor
Author
I don't mind at all. I'll create a new pull request probably somewhere next week for the Dutch translations. |
awaescher
approved these changes
Nov 6, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Just found your project but I really like this tool. I also use SourceTree as a visual git client and added an extra action provider to start SourceTree with the current git repo selected.
I am aware of #114 to make this configurable but until then... you might want to add this.