From 18e64204fcfb80af5cd1b84969dadb5bfd6b83b6 Mon Sep 17 00:00:00 2001 From: Jeff Hansen Date: Mon, 26 Apr 2021 12:20:58 -0400 Subject: [PATCH 1/2] Add signing to new MetadataGenerator project --- .../Jeffijoe.MessageFormat.MetadataGenerator.csproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Jeffijoe.MessageFormat.MetadataGenerator/Jeffijoe.MessageFormat.MetadataGenerator.csproj b/src/Jeffijoe.MessageFormat.MetadataGenerator/Jeffijoe.MessageFormat.MetadataGenerator.csproj index 77cd2e4..8abc8d1 100644 --- a/src/Jeffijoe.MessageFormat.MetadataGenerator/Jeffijoe.MessageFormat.MetadataGenerator.csproj +++ b/src/Jeffijoe.MessageFormat.MetadataGenerator/Jeffijoe.MessageFormat.MetadataGenerator.csproj @@ -1,6 +1,8 @@  + True + ../Jeffijoe.MessageFormat/MessageFormat.snk netstandard2.0 8 enable From 83d95a270598ed6e451eefc1393508715d614492 Mon Sep 17 00:00:00 2001 From: Jeff Hansen Date: Mon, 26 Apr 2021 12:32:38 -0400 Subject: [PATCH 2/2] Update README --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 2f902c3..91c7589 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ Install-Package MessageFormat and if you are reusing the same instance of `MessageFormatter`, the formatter will cache the tokens of each pattern (nested, too), so it won't have to spend CPU time to parse out literals every time. I benchmarked it, and on my monster machine, it didn't make much of a difference (10000 iterations). +* **Built-in pluralization formatters**. Generated from the [CLDR pluralization rule data](http://cldr.unicode.org/index/downloads). ## Performance @@ -149,12 +150,6 @@ be (somewhat) compatible with his. If you have issues with the library, and the exception makes no sense, please open an issue and include your message, as well as the data you used. -# Todo - -* Built-in locales (currently only `en` is added per default). - -Don't expect this in the near future - you're welcome to submit a PR. :) - # Author I'm Jeff Hansen, a software developer who likes to fiddle with string parsing when it is not too difficult.