summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2024-03-10 21:00:59 +0100
committerStefan Haller <stefan@haller-berlin.de>2024-03-10 21:00:59 +0100
commit1d2e3553864b65c79570f9f383e260873b5f1d67 (patch)
treeb0c63131364765c820a432379a8c9bd6756804c9
parent7fcf41780fb1529cc4e70576897f7ef2c0d05d22 (diff)
DROPME translate one of the "breaking changes" textsin-app-release-notes
This is just to prove that mergo.Merge() can deal with the map of strings. (It can.)
-rw-r--r--pkg/i18n/dutch.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go
index 7e8a89707..60bfe30e3 100644
--- a/pkg/i18n/dutch.go
+++ b/pkg/i18n/dutch.go
@@ -333,5 +333,8 @@ func dutchTranslationSet() TranslationSet {
ViewBulkSubmoduleOptions: "Bekijk bulk submodule opties",
CreatePullRequestOptions: "Bekijk opties voor pull-aanvraag",
ConfirmRevertCommit: "Weet u zeker dat u {{.selectedCommit}} ongedaan wilt maken?",
+ BreakingChangesByVersion: map[string]string{
+ "0.40.0": "- Een ouder bericht, alleen om te testen", // to be removed
+ },
}
}