Skip to content

Commit

Permalink
chore: 🤖 update locales
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Jun 24, 2024
1 parent d60a010 commit ee59d09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}

0 comments on commit ee59d09

Please sign in to comment.