Skip to content
Snippets Groups Projects
Commit 87752ce6 authored by Boris's avatar Boris
Browse files

Revert "FIX: locales handling"

This reverts commit 40f14f35.
parent 40f14f35
Branches
No related tags found
No related merge requests found
......@@ -53,7 +53,6 @@ $bodyIds = !isset($bodyIds) ? '' : $bodyIds;
</head>
<body id="<?php echo $bodyIds; ?>">
<?php
$currentPageTextDomain = textdomain();
textdomain("menu");
$menu =
......@@ -123,6 +122,3 @@ $bodyIds = !isset($bodyIds) ? '' : $bodyIds;
</header>
<main>
<?php
textdomain($currentPageTextDomain);
?>
\ No newline at end of file
......@@ -9,6 +9,8 @@ include('cesiumDownloads.php');
include('head.php');
textdomain('download');
?>
......
<?php
textdomain('features');
$pageTitle = _('Fonctionnalités');
$pageDescription = _("Fonctionnalités de Cesium : gérer son comptes monnaie libre Ğ1, rechercher des membres dans l'annuaire, trouver des entreprises qui acceptent la Ğ1.");
include('head.php');
textdomain('features');
?>
<article id="features">
......
<?php
textdomain('funding');
$pageTitle = _("Coucou");
$pageDescription = _("");
......
<?php
textdomain('funding');
$pageTitle = _("Coucou");
$pageDescription = _("");
......
<?php
textdomain('home');
$bodyIds = 'home';
$pageTitle = _('Cesium Ğ1 - Site officiel');
......@@ -9,6 +6,8 @@ $pageDescription = _("Cesium est l'application la plus intuitive pour gérer vot
include('head.php');
textdomain('home');
?>
<section id="showcase">
......
<?php
textdomain('jobs');
$pageTitle = _("Rejoignez l'équipe");
$pageDescription = _("");
......
<?php
textdomain('legal-notice');
$pageTitle = _("Mentions légales");
$pageDescription = _("");
......
<?php
textdomain('tuto');
$pageTitle = '';
$tutoURL = $rootURL . '/' . LANG . dgettext('menu', $pagePermalink) . '/';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment