From b82ae165cb10e2e70b28bb7326866f1fa65c89f0 Mon Sep 17 00:00:00 2001 From: PALOMA TRASCASA CASTRO Date: Thu, 16 Nov 2023 17:30:15 +0100 Subject: [PATCH] Added command to specify English language --- modules/Visualization/R/plot_most_likely_terciles_map.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Visualization/R/plot_most_likely_terciles_map.R b/modules/Visualization/R/plot_most_likely_terciles_map.R index abd08f7b..5d60f8c1 100644 --- a/modules/Visualization/R/plot_most_likely_terciles_map.R +++ b/modules/Visualization/R/plot_most_likely_terciles_map.R @@ -109,7 +109,7 @@ plot_most_likely_terciles <- function(recipe, "\n", "Most Likely Tercile / Initialization: ", i_syear) months <- lubridate::month(fcst$attrs$Dates[1, 1, which(start_date == i_syear), ], - label = T, abb = F) + label = T, abb = F,locale = "en_GB") years <- lubridate::year(fcst$attrs$Dates[1, 1, which(start_date == i_syear), ]) if (recipe$Analysis$Workflow$Visualization$multi_panel) { ## TODO: Ensure this works for daily and sub-daily cases -- GitLab