mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[PR #89] [MERGED] Adding support to choose separately the langage of search and interface. #783
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#783
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?
📋 Pull Request Information
Original PR: https://github.com/benbusby/whoogle-search/pull/89
Author: @jacr13
Created: 6/17/2020
Status: ✅ Merged
Merged: 6/27/2020
Merged by: @benbusby
Base:
develop← Head:lg_inter_search📝 Commits (1)
e8acbc3Adding support to choose separately the langage of search and the one for the interface (allowing a default givent by google).📊 Changes
5 files changed (+25 additions, -9 deletions)
View changed files
📝
app/models/config.py(+3 -1)📝
app/request.py(+2 -2)📝
app/routes.py(+2 -2)📝
app/templates/index.html(+16 -3)📝
test/test_routes.py(+2 -1)📄 Description
There are small changes to allow the user to choose separately the interface and search language.
In addition, it allows to not specify any so google choose the best. This is important for people using several languages, if you specify a specific language and make a search in another one the results are not very accurate.
Maybe a better name for the variable should be choose... I was not very inspired.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.