From 090a69276d830cbcdcec2ba4f0638510b652340d Mon Sep 17 00:00:00 2001 From: eblondel Date: Tue, 3 Jan 2023 11:35:47 +0100 Subject: [PATCH] #298 ISO 19115 citation/edition i18n support --- inst/actions/geometa_create_iso_19115.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/actions/geometa_create_iso_19115.R b/inst/actions/geometa_create_iso_19115.R index 167a12d8..67ac9b3e 100644 --- a/inst/actions/geometa_create_iso_19115.R +++ b/inst/actions/geometa_create_iso_19115.R @@ -286,7 +286,7 @@ function(action, entity, config){ #edition if(!is.null(entity$descriptions[["edition"]])){ edition = entity$descriptions[["edition"]] - ct$setEdition(edition) + ct$setEdition(edition, locales = geoflow::get_locales_from(edition)) } #set metadata identifier