Skip to content

Commit

Permalink
#298 ISO 19115 citation/edition i18n support
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Jan 3, 2023
1 parent 63b2ddf commit 090a692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/actions/geometa_create_iso_19115.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 090a692

Please sign in to comment.