whoogle-search/app
Ben Busby ef6bb5fec0
Replace hardcoded strings using translation json file
This introduces a new "translations.json" file under app/static/settings
that is loaded on app init and uses the user config value for interface
language to determine the appropriate strings to use in Whoogle-specific
elements of the UI (primarily only on the home page).
2021-05-24 13:28:55 -04:00
..
models Replace hardcoded strings using translation json file 2021-05-24 13:28:55 -04:00
static Replace hardcoded strings using translation json file 2021-05-24 13:28:55 -04:00
templates Replace hardcoded strings using translation json file 2021-05-24 13:28:55 -04:00
utils Add "view image" functionality (#268) 2021-05-21 11:19:45 -04:00
__init__.py Replace hardcoded strings using translation json file 2021-05-24 13:28:55 -04:00
__main__.py Swap out Flask's default web server for Waitress (#32) 2020-05-12 17:14:55 -06:00
filter.py Add "view image" functionality (#268) 2021-05-21 11:19:45 -04:00
request.py Add "view image" functionality (#268) 2021-05-21 11:19:45 -04:00
routes.py Replace hardcoded strings using translation json file 2021-05-24 13:28:55 -04:00