7 Commits

Author SHA1 Message Date
Markus Heiser
913dfbde3c [fix] plugins: currency processor bug
Fix C&P typo from  https://github.com/searxng/searxng/pull/4836

Closes: https://github.com/searxng/searxng/issues/4861
2025-05-29 07:37:59 +02:00
searxng-bot
7448a18efa [data] update searx.data - update_ahmia_blacklist.py 2025-05-29 07:11:55 +02:00
searxng-bot
23396f5a1d [data] update searx.data - update_firefox_version.py 2025-05-29 07:10:22 +02:00
searxng-bot
dbe6a6f4fa [data] update searx.data - update_wikidata_units.py 2025-05-29 07:08:32 +02:00
searxng-bot
b2727e1be9 [data] update searx.data - update_currencies.py 2025-05-29 07:07:55 +02:00
searxng-bot
9d8592afd7 [data] update searx.data - update_engine_traits.py 2025-05-29 07:07:05 +02:00
searxng-bot
70a387a48f [data] update searx.data - update_engine_descriptions.py 2025-05-29 07:06:38 +02:00
7 changed files with 663 additions and 120 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1428,7 +1428,7 @@
},
"CZK": {
"ar": "كرونة تشيكية",
"bg": "крони",
"bg": "Чешка крона",
"bn": "চেক কোরুনা",
"ca": "corona txeca",
"cs": "koruna česká",
@@ -2687,7 +2687,7 @@
"uk": "Йорданський динар"
},
"JPY": {
"af": "Jen",
"af": "jen",
"ar": "ين ياباني",
"bg": "японска йена",
"bn": "জাপানি ইয়েন",
@@ -4329,7 +4329,7 @@
"PLN": {
"af": "Złoty",
"ar": "زواتي بولندي",
"bg": "Полска злотаПолска злота",
"bg": "Полска злота",
"ca": "złoty",
"cs": "zlotý",
"da": "zloty",
@@ -4375,7 +4375,7 @@
"PLZ": {
"af": "Złoty",
"ar": "زواتي بولندي",
"bg": "Полска злотаПолска злота",
"bg": "Полска злота",
"ca": "złoty",
"cs": "zlotý",
"da": "zloty",
@@ -5881,6 +5881,10 @@
"tt": "самоа таласы",
"uk": "Самоанська тала"
},
"XAD": {
"en": "Arab accounting dinar",
"fr": "dinar arabe"
},
"XAF": {
"ar": "فرنك وسط إفريقي",
"bg": "Централноафрикански CFA франк",
@@ -6375,6 +6379,7 @@
"$usd": "USD",
"1000 lira": "LBP",
"100ドル紙幣": "NIO",
"1億ベネズエラ・ボリバル": "VES",
"2019 zimbabwean dollar": "ZWL",
"5th zimbabwean dollar": "ZWL",
"A$": "AUD",
@@ -6511,6 +6516,7 @@
"Z$": "ZWL",
"ZK": "ZMW",
"a$": "AUD",
"aad": "XAD",
"abd doları": "USD",
"adb unit of account": "XUA",
"ae92 0530 0000 1514 1185 002": "AED",
@@ -6610,6 +6616,7 @@
"aoa": "AOA",
"apvienotās karalistes sterliņu mārciņa": "GBP",
"ar": "MGA",
"arab accounting dinar": "XAD",
"arabiemiraattien dirhami": "AED",
"arany mint befektetés": "XAU",
"arg$": "ARS",
@@ -7438,6 +7445,7 @@
"dinar algierski": "DZD",
"dinar aljazair": "DZD",
"dinar alxeriano": "DZD",
"dinar arabe": "XAD",
"dinar argelino": "DZD",
"dinar bahrain": "BHD",
"dinar bahraini": "BHD",
@@ -7458,6 +7466,7 @@
"dinar bhairéin": "BHD",
"dinar chuáit": "KWD",
"dinar coaitiano": "KWD",
"dinar comptable arabe": "XAD",
"dinar couaitiano": "KWD",
"dinar covaitiano": "KWD",
"dinar coveiteano": "KWD",
@@ -9162,7 +9171,6 @@
"jordán dinár": "JOD",
"jordánsky dinár": "JOD",
"jordánský dinár": "JOD",
"jpy": "JPY",
"juan": "CNY",
"juanis": "CNY",
"juaņa": "CNY",
@@ -9813,7 +9821,6 @@
"livre de sainte hélène": "SHP",
"livre des îles falkland": "FKP",
"livre des îles malouines": "FKP",
"livre egyptienne": "EGP",
"livre égyptienne": "EGP",
"livre libanaise": "LBP",
"livre soudanaise": "SDG",
@@ -13367,7 +13374,6 @@
],
"крона чеська": "CZK",
"крона швеции": "SEK",
"крони": "CZK",
"куба писысы": "CUP",
"кубански пезос": "CUP",
"кубански песо": "CUP",
@@ -13645,10 +13651,6 @@
"PLZ",
"PLN"
],
"полска злотаполска злота": [
"PLZ",
"PLN"
],
"польский злотый": [
"PLZ",
"PLN"

View File

@@ -51,5 +51,5 @@ class CurrenciesDB:
def iso4217_to_name(self, iso4217, language):
self.init()
iso4217_languages: dict = self.cache.get(key=iso4217, default={}, ctx=self.ctx_names)
iso4217_languages: dict = self.cache.get(key=iso4217, default={}, ctx=self.ctx_iso4217)
return iso4217_languages.get(language, iso4217)

File diff suppressed because one or more lines are too long

View File

@@ -7381,7 +7381,6 @@
"ko": "korean",
"ks": "kashmiri",
"ku": "kurdish",
"kw": "cornish",
"la": "latin",
"lb": "luxembourgish",
"ln": "lingala",

View File

@@ -5,7 +5,7 @@
],
"ua": "Mozilla/5.0 ({os}; rv:{version}) Gecko/20100101 Firefox/{version}",
"versions": [
"138.0",
"137.0"
"139.0",
"138.0"
]
}

View File

@@ -4199,11 +4199,6 @@
"symbol": "St",
"to_si_factor": 13450.0
},
"Q235729": {
"si_name": "Q11574",
"symbol": "y (365 days)",
"to_si_factor": 31536000.0
},
"Q23823681": {
"si_name": "Q25236",
"symbol": "TW",