Skip to content

Commit

Permalink
fix i18n plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 14, 2024
1 parent f2193c4 commit 6d72456
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions website/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,17 @@ markdown_extensions:
plugins:
- search
- i18n:
default_language: fr
# default_language_only: !ENV [DEFAULT_LANGUAGE_ONLY, true]
default_language_only: false
search_reconfigure: false
languages:
fr:
- locale: fr
default: true
name: Français
site_name: SIGNALO
site_description: Signalo est un module de gestion de la signalisation verticale.
de:
- locale: de
name: Deutsch
site_name: SIGNALO
site_description: Signalo ist ein Modul für vertikale Signalisierung
# it: Italiano
# en: English
Expand Down

0 comments on commit 6d72456

Please sign in to comment.