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

Change danish (da) date format to match the rest of the locales #2048

Merged
merged 3 commits into from
Jan 22, 2017

Conversation

jstoone
Copy link
Contributor

@jstoone jstoone commented Oct 31, 2016

What is wrong
We had a bug where everything but the danish date format was localized.

What solved it
After manually overwriting the format to be dd/mm/yyyy form within the project, it displayed the correct danish format.

What has changed
I've only changed the date format from dd-mm-yyyy to dd/mm/yyyy. Feel free to change the table below if disagree with this not being BC.

Q A
Bug fix? yes
New feature? no
BC breaks? no
Related tickets N/A
License MIT

@@ -13,6 +13,6 @@
today: "I Dag",
weekStart: 1,
clear: "Nulstil",
format: "dd-mm-yyyy"
format: "dd/mm/yyyy"
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you replace the spaces with tabs for the sake of consistency please ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure, I'll push a new commit soon. :)

Copy link
Member

Choose a reason for hiding this comment

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

I will push these changes in a separate commit, so we can merge this!

@acrobat
Copy link
Member

acrobat commented Jan 9, 2017

@jstoone Can you fix the comment from @Azaret and rebase the branch against the current master? Thanks!

@acrobat acrobat merged commit 42bc15e into uxsolutions:master Jan 22, 2017
@acrobat
Copy link
Member

acrobat commented Jan 22, 2017

Thanks @jstoone

@jstoone jstoone deleted the fix-danish-date-format branch January 23, 2017 13:56
@acrobat acrobat mentioned this pull request May 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants