Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cesium_website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
websites
cesium_website
Commits
ffc6a5a4
Commit
ffc6a5a4
authored
2 months ago
by
Moul
Browse files
Options
Downloads
Patches
Plain Diff
Update repo link
Remove discussion feature not available on GitLab
parent
7d575c75
No related branches found
No related tags found
1 merge request
!55
Update repo link
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
config.php
+1
-2
1 addition, 2 deletions
config.php
foot.php
+0
-6
0 additions, 6 deletions
foot.php
i18n/es_ES/LC_MESSAGES/menu.po
+0
-9
0 additions, 9 deletions
i18n/es_ES/LC_MESSAGES/menu.po
with
1 addition
and
17 deletions
config.php
+
1
−
2
View file @
ffc6a5a4
...
...
@@ -80,8 +80,7 @@ $availableLanguages = checkAvailableLanguages($languagesList);
//echo '<pre>'; print_r($availableLanguages); echo '</pre>';
define
(
'DEFAULT_LANG'
,
'fr'
);
define
(
'WEBSITE_GIT_URL'
,
'https://github.com/Monnaies-Libres/cesium_website'
);
define
(
'WEBSITE_COMMUNICATION_URL'
,
'https://github.com/Monnaies-Libres/cesium_website/discussions'
);
define
(
'WEBSITE_GIT_URL'
,
'https://git.duniter.org/websites/cesium_website'
);
include
(
'inc/lang.php'
);
...
...
This diff is collapsed.
Click to expand it.
foot.php
+
0
−
6
View file @
ffc6a5a4
...
...
@@ -87,12 +87,6 @@
echo
dgettext
(
'menu'
,
'Toutes les bonnes volontés sont les bienvenues. '
);
?>
<p>
<?php
printf
(
dgettext
(
'menu'
,
'Les questions concernant à la modification de ce site peuvent être posées '
.
'sur <a href="%s">l\'espace de discussion correspondant</a>.'
),
WEBSITE_COMMUNICATION_URL
);
?>
</p>
</section>
<nav
id=
"langSelector"
>
...
...
This diff is collapsed.
Click to expand it.
i18n/es_ES/LC_MESSAGES/menu.po
+
0
−
9
View file @
ffc6a5a4
...
...
@@ -92,15 +92,6 @@ msgstr ""
msgid "Toutes les bonnes volontés sont les bienvenues. "
msgstr "Todas las aportaciones voluntarias son bienvenidas. "
#: foot.php:95
#, php-format
msgid ""
"Les questions concernant à la modification de ce site peuvent être posées "
"sur <a href=\"%s\">l'espace de discussion correspondant</a>."
msgstr ""
"Las preguntas sobre la modificación de este sitio se pueden hacer en el "
"<a href=\"%s\">espacio de discusión correspondiente</a>."
#: foot.php:102
msgid "Choix de langue"
msgstr "Elección de idioma"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment