Skip to content

Commit 090a692

Browse files
committed
#298 ISO 19115 citation/edition i18n support
1 parent 63b2ddf commit 090a692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/actions/geometa_create_iso_19115.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ function(action, entity, config){
286286
#edition
287287
if(!is.null(entity$descriptions[["edition"]])){
288288
edition = entity$descriptions[["edition"]]
289-
ct$setEdition(edition)
289+
ct$setEdition(edition, locales = geoflow::get_locales_from(edition))
290290
}
291291

292292
#set metadata identifier

0 commit comments

Comments
 (0)