French localization: Menu names, meta desc and language code
This commit is contained in:
parent
00015a0b82
commit
8462d07020
22
config.toml
22
config.toml
@ -1,5 +1,5 @@
|
|||||||
baseURL = "/"
|
baseURL = "/"
|
||||||
languageCode = "en-us"
|
languageCode = "fr"
|
||||||
title = "YAMS - Yet Another Media Server"
|
title = "YAMS - Yet Another Media Server"
|
||||||
themesDir = "themes"
|
themesDir = "themes"
|
||||||
theme = "hugo-whisper-theme"
|
theme = "hugo-whisper-theme"
|
||||||
@ -18,32 +18,32 @@ pygmentsUseClasses = true
|
|||||||
summaryLength = 30
|
summaryLength = 30
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Home"
|
name = "Accueil"
|
||||||
url = "/"
|
url = "/"
|
||||||
weight = 1
|
weight = 1
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Install"
|
name = "Installation"
|
||||||
url = "/install/"
|
url = "/install/"
|
||||||
weight = 2
|
weight = 2
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Configure"
|
name = "Configuration"
|
||||||
url = "/config/"
|
url = "/config/"
|
||||||
weight = 3
|
weight = 3
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Advanced"
|
name = "Configuration avancée"
|
||||||
url = "/advanced/"
|
url = "/advanced/"
|
||||||
weight = 4
|
weight = 4
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "FAQs"
|
name = "FAQ"
|
||||||
url = "/faqs/"
|
url = "/faqs/"
|
||||||
weight = 5
|
weight = 5
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Donate"
|
name = "Dons"
|
||||||
url = "/donate/"
|
url = "/donate/"
|
||||||
weight = 6
|
weight = 6
|
||||||
|
|
||||||
@ -75,8 +75,8 @@ summaryLength = 30
|
|||||||
|
|
||||||
[params]
|
[params]
|
||||||
homepage_button_link = '/install'
|
homepage_button_link = '/install'
|
||||||
homepage_button_text = 'Learn more'
|
homepage_button_text = 'En savoir plus'
|
||||||
homepage_intro = 'YAMS is a basic but powerful media server installation script'
|
homepage_intro = 'YAMS est un script simple et puissant pour installer votre serveur multimédia'
|
||||||
homepage_image = '/install-yams.gif'
|
homepage_image = '/install-yams.gif'
|
||||||
mainSections = ['install', 'config', 'faqs', 'donate', 'contact', 'advanced']
|
mainSections = ['install', 'config', 'faqs', 'donate', 'contact', 'advanced']
|
||||||
|
|
||||||
@ -84,12 +84,12 @@ summaryLength = 30
|
|||||||
enable_anchor_link = true
|
enable_anchor_link = true
|
||||||
|
|
||||||
[params.homepage_meta_tags]
|
[params.homepage_meta_tags]
|
||||||
meta_description = "YAMS is a basic but powerful media server, easy to install in a bash script"
|
meta_description = "YAMS est un script simple et puissant pour installer votre serveur multimédia"
|
||||||
meta_og_title = "YAMS - Yet Another Media Server"
|
meta_og_title = "YAMS - Yet Another Media Server"
|
||||||
meta_og_type = "website"
|
meta_og_type = "website"
|
||||||
meta_og_url = "https://yams.media"
|
meta_og_url = "https://yams.media"
|
||||||
meta_og_image = "/pics/logo.png"
|
meta_og_image = "/pics/logo.png"
|
||||||
meta_og_description = "YAMS is a basic but powerful media server installation script"
|
meta_og_description = "YAMS est un script simple et puissant pour installer votre serveur multimédia"
|
||||||
|
|
||||||
[params.logo]
|
[params.logo]
|
||||||
standard = "/pics/logo.png"
|
standard = "/pics/logo.png"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user