X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FL10n.php;h=0a91677b5d80080c205381b32732c08e2888b2ec;hb=88b3effc180c5477bc8002b9d9ea8f3f628588dd;hp=355b1b1c49934867f31eecdf126c8683922ad7d1;hpb=5ece6dcf41201c6c73dbb2269b2261a93048cc33;p=friendica.git diff --git a/src/Core/L10n.php b/src/Core/L10n.php index 355b1b1c49..0a91677b5d 100644 --- a/src/Core/L10n.php +++ b/src/Core/L10n.php @@ -1,6 +1,6 @@ ['poked', $this->t('poke'), $this->t('poked')], - 'ping' => ['pinged', $this->t('ping'), $this->t('pinged')], - 'prod' => ['prodded', $this->t('prod'), $this->t('prodded')], - 'slap' => ['slapped', $this->t('slap'), $this->t('slapped')], - 'finger' => ['fingered', $this->t('finger'), $this->t('fingered')], - 'rebuff' => ['rebuffed', $this->t('rebuff'), $this->t('rebuffed')], - ]; - - Hook::callAll('poke_verbs', $arr); - - return $arr; - } - /** * Creates a new L10n instance based on the given langauge *