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:
@@ -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',
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user