Remove Firefox Translations

This commit is contained in:
Steffen Lange 2026-03-22 18:18:11 +01:00
parent c93aa8c069
commit d14c07856a

View file

@ -1,15 +0,0 @@
<?php
class FirefoxTranslations extends PatchBase {
function __construct() {
parent::__construct('Mozilla', 'Firefox Translations', 'https://addons.mozilla.org/en-US/firefox/addon/firefox-translations/');
$this->patch->setBranch('for Firefox');
}
function check() : bool {
if ($this->fetch('https://addons.mozilla.org/en-US/firefox/addon/firefox-translations/'))
return $this->parse('/"version":"([\d\.]+)(buildid.*)?"/');
return false;
}
}
?>