Skip to content
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

Merged
merged 4 commits into from
Apr 9, 2014
Merged

Polish localization (strings, formatter, tests) #140

merged 4 commits into from
Apr 9, 2014

Conversation

mnowacki
Copy link
Contributor

@mnowacki mnowacki commented Apr 9, 2014

No description provided.

@@ -145,6 +146,9 @@
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Properties\Resources.pl.resx">
<SubType>Designer</SubType>
Copy link
Member

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

@MehdiK
Copy link
Member

MehdiK commented Apr 9, 2014

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() },
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@MehdiK MehdiK merged commit 6f40d68 into Humanizr:master Apr 9, 2014
@MehdiK
Copy link
Member

MehdiK commented Apr 9, 2014

Thanks for your contribution. This is now released to nuget as v1.18.1.

@mnowacki
Copy link
Contributor Author

mnowacki commented Apr 9, 2014

I'm happy that I could help :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants