-
Notifications
You must be signed in to change notification settings - Fork 966
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Polish localization (strings, formatter, tests) #140
Conversation
@@ -145,6 +146,9 @@ | |||
<None Include="packages.config" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<EmbeddedResource Include="Properties\Resources.pl.resx"> | |||
<SubType>Designer</SubType> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No Designers for the resx files please
Thanks for the great clean code. Please add your PR to the release notes file too. |
new Dictionary<string, Func<IFormatter>>(StringComparer.OrdinalIgnoreCase) | ||
{ | ||
{ "ro", () => new RomanianFormatter() }, | ||
{ "ru", () => new RussianFormatter() }, | ||
{ "ar", () => new ArabicFormatter() }, | ||
{ "sk", () => new CzechSlovakFormatter() }, | ||
{ "cs", () => new CzechSlovakFormatter() } | ||
{ "sk", () => new CzechSlovakPolishFormatter() }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
Thanks for your contribution. This is now released to nuget as v1.18.1. |
I'm happy that I could help :D |
No description provided.