From a559ff68de7e4e59f5b29a80cfd206e7b0d38823 Mon Sep 17 00:00:00 2001 From: Gaurav Pandey <36168816+grvpandey11@users.noreply.github.com> Date: Sun, 9 Jul 2023 02:53:32 +0200 Subject: [PATCH] Create quiet-starfishes-kick.md Signed-off-by: Gaurav Pandey <36168816+grvpandey11@users.noreply.github.com> --- .changeset/quiet-starfishes-kick.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/quiet-starfishes-kick.md diff --git a/.changeset/quiet-starfishes-kick.md b/.changeset/quiet-starfishes-kick.md new file mode 100644 index 0000000000..b8d7b8f7c2 --- /dev/null +++ b/.changeset/quiet-starfishes-kick.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-home': patch +--- + +The `getTimeBasedGreeting` function has been updated to support an optional language parameter. Now, callers of the function can provide a language as input to receive a greeting in that specific language. If no language is provided, the function will automatically select a random greeting based on the current time.