feat(search): add local search (#231)
* feat(search): add local search * docs: add docs for search
This commit is contained in:
23
i18n/fr.toml
23
i18n/fr.toml
@@ -40,6 +40,21 @@ other = "Plus"
|
||||
[selectLanguage]
|
||||
other = "Choisir la langue"
|
||||
|
||||
[search]
|
||||
other = "Chercher"
|
||||
|
||||
[searchPlaceholder]
|
||||
other = "Rechercher des titres, des contenus..."
|
||||
|
||||
[clear]
|
||||
other = "Clair"
|
||||
|
||||
[cancel]
|
||||
other = "Annuler"
|
||||
|
||||
[noResultsFound]
|
||||
other = "Aucun résultat trouvé"
|
||||
|
||||
[switchTheme]
|
||||
other = "Changer de Thème"
|
||||
# === partials/header.html ===
|
||||
@@ -52,6 +67,14 @@ other = "Propulsé par %s"
|
||||
other = "Thème"
|
||||
# === partials/footer.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
[lunrLanguageLib]
|
||||
other = "lib/lunr/lunr.fr.js"
|
||||
|
||||
[lunrLanguageCode]
|
||||
other = "fr"
|
||||
# === partials/assets.html ===
|
||||
|
||||
# === partials/plugin/share.html ===
|
||||
[shareOn]
|
||||
other = "Partager sur"
|
||||
|
||||
Reference in New Issue
Block a user