mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 20:25:51 +03:00
[GH-ISSUE #445] [FEATURE] Allow set Accept-Language #293
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#293
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jackyzy823 on GitHub (Sep 29, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/445
Originally assigned to: @vacom13 on GitHub.
Describe the feature you'd like to see added
Allow set
Accept-Languagein headers inRequest.sendI encounter similar issue like https://github.com/benbusby/whoogle-search/issues/186#issuecomment-787468941
Then I use
WHOOGLE_CONFIG_LANGUAGEto set page's language tolang_en. However the date format is still Arabic like this21 Safar 1443 AH(the same as September 29 2021) .so modified like this and it works.
so could there be some configs to let user choose if set "Accept-language" or not.
@vacom13 commented on GitHub (Oct 20, 2021):
@benbusby I would like to work on this.