1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-19 06:42:14 +02:00

[PepperBridgeAbstract,DealabsBridge,HotUKDealsBridge,MydealsBridge] Move as much as possible to JSON (#4032)

As the website use more and more JSON, and JSON is a machine readable
format, I migrated as much as possible to the JSON.

This simplifies the Abstract class a lot, and the Bridge classes need
less language specifi strings.
This commit is contained in:
sysadminstory
2024-03-28 19:44:27 +01:00
committed by GitHub
parent db984d8a8b
commit be445759b6
4 changed files with 69 additions and 333 deletions

View File

@@ -2026,10 +2026,6 @@ class MydealsBridge extends PepperBridgeAbstract
'thread-error' => 'Die ID der Diskussion kann nicht ermittelt werden. Überprüfen Sie die eingegebene URL',
'no-results' => 'keine Ergebnisse',
'currency' => '€',
'relative-date-indicator' => [
'vor',
'seit'
],
'price' => 'Preis',
'shipping' => 'Versand',
'origin' => 'Ursprung',
@@ -2037,49 +2033,7 @@ class MydealsBridge extends PepperBridgeAbstract
'title-keyword' => 'Suche',
'title-group' => 'Gruppe',
'title-talk' => 'Überwachung Diskussion',
'local-months' => [
'Jan',
'Feb',
'Mär',
'Apr',
'Mai',
'Jun',
'Jul',
'Aug',
'Sep',
'Okt',
'Nov',
'Dez',
'.'
],
'local-time-relative' => [
'eingestellt vor ',
'm',
'h,',
'day',
'days',
'month',
'year',
'and '
],
'date-prefixes' => [
'eingestellt am ',
'lokal ',
'aktualisiert ',
],
'relative-date-alt-prefixes' => [
'aktualisiert vor ',
'kommentiert vor ',
'eingestellt vor ',
'heiß seit ',
'vor '
],
'relative-date-ignore-suffix' => [
'/von.*$/'
],
'localdeal' => [
'Lokal ',
'Läuft bis '
]
'deal-type' => 'Angebotsart',
'localdeal' => 'Lokales Angebot',
];
}