View Single Post
Old 05-01-2018, 03:41 PM   #56
oren64
I need a chapter break
oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.
 
oren64's Avatar
 
Posts: 4,042
Karma: 56058267
Join Date: Mar 2015
Location: Israel
Device: Kobo Glo
Patch `Wikipedia Search language`

libnickel.so.1.0.0.patch

The patch set the search language in Wikipedia.
Replace the "en" (in both the replace_string lines) to the language code you want. For example English is "en" (set as default), for German is "de", for Russian is "ru".

Spoiler:
Code:
<Patch>
patch_name = `Wikipedia Search language`
patch_enable = `yes`
# Multi version patch: 4.8.10956+
#
# The patch set the search language in Wikipedia.
# Replace the "en" (in both the replace_string lines) to language code you want.
# For example English is "en" (set as default), for German is "de", for Russian is "ru".
#
find_base_address = `\0https://%1.m.wikipedia.org/wiki/Special:Search\0`
replace_string = 0000, `\0https://%1.m.wikipedia.org/wiki/Special:Search\0`, `\0https://en.m.wikipedia.org/wiki/Special:Search\0`
#
find_base_address = `\0https://%1.wikipedia.org/wiki/Special:Search\0`
replace_string = 0000, `\0https://%1.wikipedia.org/wiki/Special:Search\0`, `\0https://en.wikipedia.org/wiki/Special:Search\0`
</Patch>


the second picture show wikipedia in Hebrew language.
Attached Thumbnails
Click image for larger version

Name:	screen_001.png
Views:	470
Size:	127.3 KB
ID:	163779   Click image for larger version

Name:	screen_003.png
Views:	467
Size:	103.1 KB
ID:	163780  

Last edited by oren64; 06-10-2018 at 04:44 AM.
oren64 is offline   Reply With Quote