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

[BUGFIX] Add german short forms for weekdays and months #632

Merged
merged 1 commit into from
Nov 8, 2019

Conversation

mschwemer
Copy link
Contributor

@mschwemer mschwemer commented Nov 7, 2019

The parsing of a date fails, if there are some shortforms missing and
used in the string, which mus be parsed. Adding these solves the issue.

Fixes #631

The parsing of a date fails, if there are some shortforms missing and
used in the string, which mus be parsed. Adding these solves the issue.

Solves: simplepie#631
@skyzyx
Copy link
Member

skyzyx commented Nov 7, 2019

So, this is not a bug. It's frustrating — sure — but not a bug.

The RSS 2.0 specification defines dates as being RFC 822, which defines only english values. Anything that is non-english is invalid.

That said, 15 years ago we made some exceptions for a couple of languages, so there is a precedent. @mblaney is the current maintainer of this project so I'll defer to his judgment on this PR, but I just wanted to clarify that this is not a bug in SimplePie — rather it's a bug in the feed.

Syntactically, this PR looks correct.

@mblaney
Copy link
Member

mblaney commented Nov 8, 2019

yes I agree @skyzyx, happy to improve the languages exception though thanks @mschwemer!

@mblaney mblaney merged commit ca030df into simplepie:master Nov 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Missing german month short forms
3 participants