From 1d2e3553864b65c79570f9f383e260873b5f1d67 Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Sun, 10 Mar 2024 21:00:59 +0100 Subject: DROPME translate one of the "breaking changes" texts This is just to prove that mergo.Merge() can deal with the map of strings. (It can.) --- pkg/i18n/dutch.go | 3 +++ 1 file changed, 3 insertions(+) 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 + }, } } -- cgit v1.2.3