[PR #27] [MERGED] Feature: language config #764

Closed
opened 2026-02-25 20:36:39 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: feature/language-config


📝 Commits (4)

  • 6df2015 Added language configuration support
  • c019c01 Added more language support
  • dc65d77 Updated to use conditional decoding dependent on language
  • 4a59d76 Updated 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.

## 📋 Pull Request Information **Original PR:** https://github.com/benbusby/whoogle-search/pull/27 **Author:** [@benbusby](https://github.com/benbusby) **Created:** 5/12/2020 **Status:** ✅ Merged **Merged:** 5/12/2020 **Merged by:** [@benbusby](https://github.com/benbusby) **Base:** `master` ← **Head:** `feature/language-config` --- ### 📝 Commits (4) - [`6df2015`](https://github.com/benbusby/whoogle-search/commit/6df2015e55e11f492042f16b67a3fbb1c8cc0e96) Added language configuration support - [`c019c01`](https://github.com/benbusby/whoogle-search/commit/c019c011393cd9aa7ae1dbb9ad067e229bff2988) Added more language support - [`dc65d77`](https://github.com/benbusby/whoogle-search/commit/dc65d7725f68f26246e4192333d85ce4ee2472ac) Updated to use conditional decoding dependent on language - [`4a59d76`](https://github.com/benbusby/whoogle-search/commit/4a59d76cdc5235bc04af797a9080d5a8f4a6f55c) Updated filter to not rely on valid config to work properly ### 📊 Changes **6 files changed** (+116 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Adds config option for choosing preferred language, which will update both the language of the results returned and the results page interface itself. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 20:36:39 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whoogle-search#764
No description provided.