mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[PR #27] [MERGED] Feature: language config #764
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#764
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/27
Author: @benbusby
Created: 5/12/2020
Status: ✅ Merged
Merged: 5/12/2020
Merged by: @benbusby
Base:
master← Head:feature/language-config📝 Commits (4)
6df2015Added language configuration supportc019c01Added more language supportdc65d77Updated to use conditional decoding dependent on language4a59d76Updated filter to not rely on valid config to work properly📊 Changes
6 files changed (+116 additions, -13 deletions)
View changed files
📝
app/filter.py(+1 -1)➕
app/models/__init__.py(+0 -0)➕
app/models/config.py(+74 -0)📝
app/request.py(+13 -3)📝
app/routes.py(+15 -9)📝
app/templates/index.html(+13 -0)📄 Description
Adds config option for choosing preferred language, which will update both the language of the results returned and the results page interface itself.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.