From ee59d098223214ff2fa36ad587f9ee73e88d152e Mon Sep 17 00:00:00 2001 From: Helder Oliveira Date: Mon, 24 Jun 2024 15:38:00 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20update=20locales?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/en.json b/locales/en.json index e699e24..74e74d6 100644 --- a/locales/en.json +++ b/locales/en.json @@ -325,5 +325,6 @@ "environmentVariablesFile": "Set environment variables from a file, do not include any sensitive information if your function is not private!", "missingEnvVar": "Environment variable {key} is missing", "envFileParseError": "Failed to parse environment variables file at {path}", - "envFilePathNotFound": "Environment variables file at {path} not found" + "envFilePathNotFound": "The environment variables file located at {path} could not be found.", + "unknownBundlingError": "Failed to bundle your function code." }