summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/dutch.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-11-21 17:15:43 +1100
committerJesse Duffield <jessedduffield@gmail.com>2020-11-21 17:31:08 +1100
commit3e13936e08c5bb97fb96e68ca27b1e9739c16a50 (patch)
tree22ee7a2ca4560a91b44aa2eeb3dc63661403879d /pkg/i18n/dutch.go
parenta3dfcd5a9502e482190b255f7964b97a2c55e074 (diff)
notify user upon copying something to clipboard
Diffstat (limited to 'pkg/i18n/dutch.go')
-rw-r--r--pkg/i18n/dutch.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go
index 9036f02b2..9b50ec79e 100644
--- a/pkg/i18n/dutch.go
+++ b/pkg/i18n/dutch.go
@@ -382,5 +382,7 @@ func dutchTranslationSet() TranslationSet {
BranchNotFoundTitle: "Branch niet gevonden",
BranchNotFoundPrompt: "Branch niet gevonden. Creƫer een nieuwe branch genaamd",
PullRequestURLCopiedToClipboard: "Pull-aanvraag-URL gekopieerd naar klembord",
+ CommitMessageCopiedToClipboard: "Commit message gekopieerd naar klembord",
+ LcCopiedToClipboard: "gekopieerd naar klembord",
}
}