-
Notifications
You must be signed in to change notification settings - Fork 465
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
Added support for fortnight and century #987
Open
Mr-Sunglasses
wants to merge
31
commits into
scrapinghub:master
Choose a base branch
from
Mr-Sunglasses:added-suppor-for-for-fortnight
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
ddff3eb
added support for decade in hindi
Mr-Sunglasses 96d2e52
added support for decade in hindi
Mr-Sunglasses e826a06
added support for fortnignt and century
Mr-Sunglasses 7185282
Delete pyvenv.cfg
Mr-Sunglasses 127149b
Delete hi.py
Mr-Sunglasses 2f1f8fc
Delete hi.yaml
Mr-Sunglasses 7edac70
fixed accidentally deleted files
Mr-Sunglasses 9a585be
added test for centuries
Mr-Sunglasses ec50655
added test for centuries
Mr-Sunglasses 5b55b2a
fixed and added centurys support
Mr-Sunglasses b461617
Delete pyvenv.cfg
Gallaecio ceae086
fixed all the bugs now its working fine
Mr-Sunglasses 52582cd
fixed all bugs , now this is working fine
Mr-Sunglasses 83c593d
Removed repeated test
Mr-Sunglasses e9ab0d0
Removed repeated test for last fortnight
Mr-Sunglasses b97612e
added my env to gitignore
Mr-Sunglasses fcab861
Added plural for decade in hindi
Mr-Sunglasses 93863fb
Added plural for decade in hindi
Mr-Sunglasses baec3b6
Merge branch 'scrapinghub:master' into added-suppor-for-for-fortnight
Mr-Sunglasses 11c6a5f
Removed some garbage files
Mr-Sunglasses 7649958
Added support for counting from 1 to 12 in Hindi
Mr-Sunglasses 472cf9b
Added test for 2 centuries ago in hindi
Mr-Sunglasses e13c925
Add more words for (in) in hindi language
Mr-Sunglasses 6f7630c
Added tests for the in_future in decade in hindi
Mr-Sunglasses d89210c
Added test for decade in future in hindi
Mr-Sunglasses 46dcbc9
Added test for coming fortnight
Mr-Sunglasses 10ce3a4
Added Support for in coming fortnight
Mr-Sunglasses a36c48b
Fixed gitignore
Mr-Sunglasses 2738b28
Fixed bug for centuries
Mr-Sunglasses 0943ee1
Added tests for centuries
Mr-Sunglasses da174a8
Merge branch 'scrapinghub:master' into added-suppor-for-for-fortnight
Mr-Sunglasses File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
home = /opt/homebrew/opt/[email protected]/bin | ||
include-system-site-packages = false | ||
version = 3.9.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I think it needs to be something like
centur(?:ys?|ies)
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.
@Gallaecio Just tried this , Tests are failing when I used it.