View Single Post
Old 05-02-2018, 02:54 AM   #60
anacreon
Guru
anacreon ought to be getting tired of karma fortunes by now.anacreon ought to be getting tired of karma fortunes by now.anacreon ought to be getting tired of karma fortunes by now.anacreon ought to be getting tired of karma fortunes by now.anacreon ought to be getting tired of karma fortunes by now.anacreon ought to be getting tired of karma fortunes by now.anacreon ought to be getting tired of karma fortunes by now.anacreon ought to be getting tired of karma fortunes by now.anacreon ought to be getting tired of karma fortunes by now.anacreon ought to be getting tired of karma fortunes by now.anacreon ought to be getting tired of karma fortunes by now.
 
anacreon's Avatar
 
Posts: 978
Karma: 3475832
Join Date: May 2012
Location: France
Device: Elipsa, Sage, Libra 2
Quote:
Originally Posted by oren64 View Post
Patch `Wikipedia Search language`

libnickel.so.1.0.0.patch

The patch set 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".

Spoiler:
Code:
<Patch>
patch_name = `Wikipedia Search language`
patch_enable = `yes`
# Version patch: 4.8.10956
#
# The patch set 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.
Completely off-topic, but I was jolted that right to left in Hebrew doesn't apply to numbers, or at least treats numbers as a whole, not digit by digit. I assume words still are right to left character by character, but what do I know.
anacreon is offline   Reply With Quote