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

Initial Indonesia localization #141

Closed
wants to merge 7 commits into from
Closed

Initial Indonesia localization #141

wants to merge 7 commits into from

Conversation

soeleman
Copy link
Contributor

@soeleman soeleman commented Apr 9, 2014

Base on default Resource.

@@ -6,6 +6,7 @@
- [#137](https://github.com/MehdiK/Humanizer/pull/137): Fixed grammar error in `nb-NO` resource file & added missing Norwegian resource strings (mainly `DateHumanize_*FromNow`)
- [#135](https://github.com/MehdiK/Humanizer/pull/135): Added Swedish localization (strings, tests)
- [#140](https://github.com/MehdiK/Humanizer/pull/140): Added Polish localization (strings, formatter, tests)
- [#141](https://github.com/MehdiK/Humanizer/pull/141): Added Indonesia localization (strings, tests)
Copy link
Member

Choose a reason for hiding this comment

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

v1.18.1 is already released. Please move this to the in development section.

@MehdiK
Copy link
Member

MehdiK commented Apr 9, 2014

Thanks for writing the clean code with tests & release notes entry. I wrote a few comments on your code.

@soeleman
Copy link
Contributor Author

soeleman commented Apr 9, 2014

I will update as your note. thanks for the feedback.

@soeleman
Copy link
Contributor Author

On progress at implementation NumberToWords

@soeleman soeleman closed this Apr 11, 2014
@soeleman soeleman reopened this Apr 11, 2014
@soeleman
Copy link
Contributor Author

Sorry wrong button press :(

public TimeSpanHumanizeTests() : base("id-ID") { }

[Theory]
[InlineData(7, "1 minggu")]
Copy link
Member

Choose a reason for hiding this comment

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

Please add test cases for multiple units for TimeSpan too; e.g. 2 weeks.

@MehdiK
Copy link
Member

MehdiK commented Apr 11, 2014

Can you leave NumberToWords for a separate PR? Please rebase your work on top of the latest on upstream.

@soeleman
Copy link
Contributor Author

Sure, i am removed the NumberToWords for this PR. :)
And rebase after oke on the Test classes.

@MehdiK
Copy link
Member

MehdiK commented Apr 12, 2014

I rebased your commits and made a few changes. The problem is that I had to change the date time and timespan tests and I have no idea about Indonasian. Please review my changes here.

@MehdiK MehdiK closed this Apr 12, 2014
@MehdiK
Copy link
Member

MehdiK commented Apr 12, 2014

This is now published to NuGet as v1.21.1. Thanks.

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