diff --git a/i18n/en.toml b/i18n/en.toml index 7fb76fe..1a7e1c8 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -29,4 +29,10 @@ other = "Type something..." [searchResultTitle] - other = "#PAGES_COUNT pages (#TIME_SECONDS seconds)" \ No newline at end of file + other = "#PAGES_COUNT pages (#TIME_SECONDS seconds)" + +[footerBuiltWith] + other = "Built with {{ .Generator }}" + +[footerDesignedBy] + other = "Theme {{ .Theme }} designed by {{ .DesignedBy }}" \ No newline at end of file diff --git a/i18n/fr.toml b/i18n/fr.toml new file mode 100644 index 0000000..03c4efa --- /dev/null +++ b/i18n/fr.toml @@ -0,0 +1,38 @@ +[toggleMenu] + other = "Afficher le menu" + +[relatedContents] + other = "Contenus liés" + +[lastUpdatedOn] + other = "Dernière mise à jour le" + +[widgetArchivesTitle] + other = "Archives" + +[widgetArchivesMore] + other = "Autres" + +[widgetTagCloudTitle] + other = "Mots clés" + +[notFoundTitle] + other = "Page non trouvée" + +[notFoundSubtitle] + other = "Cette page n'existe pas." + +[searchTitle] + other = "Rechercher" + +[searchPlaceholder] + other = "Cherchez un article, une publication, etc." + +[searchResultTitle] + other = "#PAGES_COUNT pages (#TIME_SECONDS secondes)" + +[footerBuiltWith] + other = "Généré avec {{ .Generator }}" + +[footerDesignedBy] + other = "Thème {{ .Theme }} conçu par {{ .DesignedBy }}" \ No newline at end of file diff --git a/layouts/partials/footer/footer.html b/layouts/partials/footer/footer.html index f8f7e39..6bd37b2 100644 --- a/layouts/partials/footer/footer.html +++ b/layouts/partials/footer/footer.html @@ -1,8 +1,12 @@ +{{- $ThemeVersion := "1.1.0" -}} \ No newline at end of file