From c32b1ccdaf60e202ce305cbcb5d05c5c66475385 Mon Sep 17 00:00:00 2001 From: James Keesey Date: Wed, 28 Aug 2024 22:36:32 -0700 Subject: [PATCH] Added plural handling for messages. Added plural handling for messages. Moved more messages to the message catalog including some that require pluralization. * Various cleanups and conversion to ImRaii. Before I knew that ImRaii existed, I created a similar library, so converting wasn't very difficult. Using theirs because it's supported and handles more cases than mine and why have duplicate code? --- stable/Chatter/manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/Chatter/manifest.toml b/stable/Chatter/manifest.toml index 5ad72d2673..05b83e331c 100644 --- a/stable/Chatter/manifest.toml +++ b/stable/Chatter/manifest.toml @@ -1,6 +1,6 @@ [plugin] repository = "https://github.com/jlkeesey/Chatter.git" -commit = "82b5f8f11bb66f026f81a3007cb81cb91ff9e6b9" +commit = "294cdcd00297cfc5afd404c53501044ba3fe2977" owners = ["jlkeesey"] project_path = "Chatter" -changelog = "Added events." +changelog = ""