aggiornamento traduzioni e index

This commit is contained in:
pezcurrel 2021-02-14 19:21:48 +01:00
parent b2da993c44
commit b9d4ae4da9
11 changed files with 1541 additions and 1516 deletions

View file

@ -15,6 +15,7 @@ echo('</li>
<li><a href="https://mastodon.bida.im/@RedGlow">RedGlow</a> '._('integrated <a href="https://github.com/patrickschur/language-detection">Patrick Schurs PHP library for automatic language detection</a> into the crawler').'</li>
<li><a href="https://mastodon.bida.im/@paulbutgold">paulbutgold</a> '._('made the crawlers notifications management page for the backend').'</li>
<li><a href="https://mastodon.bida.im/@gnagno">gnagno</a> '._('translated parts of site text to Catalan').'</li>
<li><a href="https://framapiaf.org/@zorglubu">zorglubu</a> '._('translated parts of site text to French').'</li>
</ul>
<p>'._('Except where otherwise noted, content on this site is licensed under a <a href="https://creativecommons.org/licenses/by/4.0">Creative Commons Attribution 4.0 International license</a>.').'</p>
</section>

View file

@ -99,7 +99,7 @@ switch($path) {
$menu['guide']['href']=null;
$menu['guide']['selected']=true;
$url='home';
if (in_array($dlang,array('ca','fr'))) $needstrans=true;
if (in_array($dlang,array('ca'))) $needstrans=true;
break;
case '/instances':
@ -120,7 +120,7 @@ switch($path) {
$menu['about']['href']=null;
$menu['about']['selected']=true;
$url='about';
if (in_array($dlang,array('ca','es','fr'))) $needstrans=true;
if (in_array($dlang,array('ca','es'))) $needstrans=true;
break;
case '/stats':
@ -143,7 +143,7 @@ switch($path) {
$menu['about']['submenu']['contribute']['href']=null;
$menu['about']['submenu']['contribute']['selected']=true;
$url='contribute';
if (in_array($dlang,array('ca','es','fr'))) $needstrans=true;
if (in_array($dlang,array('ca','es'))) $needstrans=true;
break;
default:
@ -160,7 +160,7 @@ switch($path) {
} else {
echo('Mannaggia!');
}*/
if (in_array($dlang,array('ca','es','fr'))) $needstrans=true;
if (in_array($dlang,array('ca','es'))) $needstrans=true;
break;
}
$cont['mtit']=substr($cont['atit'],3);

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff