Refactor theme colors and styles; remove unused favicon; update translations and layouts
- Deleted unused favicon file. - Updated Tailwind CSS configuration to redefine primary and secondary colors. - Adjusted button styles in CSS to use new color definitions. - Removed English translations and added French translations for various UI elements. - Created new layouts for features and updated existing layouts to reflect new design. - Modified header and CTA components to use updated color scheme. - Cleaned up pricing table shortcode to align with new styles. - Updated theme metadata to reflect new author and project details.
This commit is contained in:
@@ -1,154 +0,0 @@
|
||||
# English translations for Hugo Saasify Theme
|
||||
# Copy this file to your site's i18n directory and customize as needed
|
||||
|
||||
# Common UI translations
|
||||
[readMore]
|
||||
other = "Read More"
|
||||
|
||||
[readTime]
|
||||
other = "min read"
|
||||
|
||||
[published]
|
||||
other = "Published"
|
||||
|
||||
[updated]
|
||||
other = "Updated"
|
||||
|
||||
[by]
|
||||
other = "by"
|
||||
|
||||
[shareOn]
|
||||
other = "Share on"
|
||||
|
||||
[relatedPosts]
|
||||
other = "Related Posts"
|
||||
|
||||
[categories]
|
||||
other = "Categories"
|
||||
|
||||
[tags]
|
||||
other = "Tags"
|
||||
|
||||
[allPosts]
|
||||
other = "All Posts"
|
||||
|
||||
[search]
|
||||
other = "Search"
|
||||
|
||||
[searchPlaceholder]
|
||||
other = "Search articles..."
|
||||
|
||||
[noResults]
|
||||
other = "No results found"
|
||||
|
||||
[backToHome]
|
||||
other = "Back to Home"
|
||||
|
||||
[404Title]
|
||||
other = "Page Not Found"
|
||||
|
||||
[404Message]
|
||||
other = "The page you are looking for doesn't exist or has been moved."
|
||||
|
||||
# Navigation
|
||||
[home]
|
||||
other = "Home"
|
||||
|
||||
[about]
|
||||
other = "About"
|
||||
|
||||
[contact]
|
||||
other = "Contact"
|
||||
|
||||
# Blog
|
||||
[latestPosts]
|
||||
other = "Latest Posts"
|
||||
|
||||
[recentArticles]
|
||||
other = "Recent Articles"
|
||||
|
||||
[popularTags]
|
||||
other = "Popular Tags"
|
||||
|
||||
[subscribeNewsletter]
|
||||
other = "Subscribe to Newsletter"
|
||||
|
||||
[subscribeDescription]
|
||||
other = "Get the latest posts delivered right to your inbox"
|
||||
|
||||
[emailPlaceholder]
|
||||
other = "Enter your email"
|
||||
|
||||
[subscribe]
|
||||
other = "Subscribe"
|
||||
|
||||
[subscribeDisclaimer]
|
||||
other = "We respect your privacy. Unsubscribe at any time."
|
||||
|
||||
# Footer
|
||||
[copyright]
|
||||
other = "© {{ .Year }} {{ .SiteName }}. All rights reserved."
|
||||
|
||||
[builtWith]
|
||||
other = "Built with"
|
||||
|
||||
[and]
|
||||
other = "and"
|
||||
|
||||
# Language switcher
|
||||
[language]
|
||||
other = "Language"
|
||||
|
||||
[switchLanguage]
|
||||
other = "Switch Language"
|
||||
|
||||
# Features
|
||||
[seeItInAction]
|
||||
other = "See it in action"
|
||||
|
||||
# Pricing
|
||||
[popular]
|
||||
other = "Popular"
|
||||
|
||||
[mostPopular]
|
||||
other = "Most Popular"
|
||||
|
||||
[perMonth]
|
||||
other = "/month"
|
||||
|
||||
# Documentation
|
||||
[documentation]
|
||||
other = "Documentation"
|
||||
|
||||
# Pagination
|
||||
[previous]
|
||||
other = "Previous"
|
||||
|
||||
[next]
|
||||
other = "Next"
|
||||
|
||||
# Homepage
|
||||
[trustedByCompanies]
|
||||
other = "Trusted by leading companies worldwide"
|
||||
|
||||
[lovedByTeams]
|
||||
other = "Loved by Teams Worldwide"
|
||||
|
||||
[testimonialsDescription]
|
||||
other = "See what our customers have to say about their experience with our platform."
|
||||
|
||||
# Blog Post
|
||||
[tableOfContents]
|
||||
other = "Table of Contents"
|
||||
|
||||
[minRead]
|
||||
other = "min read"
|
||||
|
||||
[previousPost]
|
||||
other = "Previous Post"
|
||||
|
||||
[nextPost]
|
||||
other = "Next Post"
|
||||
|
||||
[dateFormat]
|
||||
other = "January 2, 2006"
|
||||
|
||||
@@ -1,4 +1,116 @@
|
||||
[discoverFeature]
|
||||
other = "Découvrir"
|
||||
# Traductions françaises pour les shortcodes pricing
|
||||
# English translations for Hugo Saasify Theme
|
||||
# Copy this file to your site's i18n directory and customize as needed
|
||||
|
||||
# Common UI translations
|
||||
[readMore]
|
||||
other = "Lire la suite"
|
||||
|
||||
[readTime]
|
||||
other = "min de lecture"
|
||||
|
||||
[published]
|
||||
other = "Publié"
|
||||
|
||||
[updated]
|
||||
other = "Mis à jour"
|
||||
|
||||
[by]
|
||||
other = "par"
|
||||
|
||||
[shareOn]
|
||||
other = "Partager sur"
|
||||
|
||||
[relatedPosts]
|
||||
other = "Articles liés"
|
||||
|
||||
[categories]
|
||||
other = "Catégories"
|
||||
|
||||
[tags]
|
||||
other = "Étiquettes"
|
||||
|
||||
[allPosts]
|
||||
other = "Tous les articles"
|
||||
|
||||
[search]
|
||||
other = "Recherche"
|
||||
|
||||
[searchPlaceholder]
|
||||
other = "Rechercher des articles..."
|
||||
|
||||
[noResults]
|
||||
other = "Aucun résultat trouvé"
|
||||
|
||||
[backToHome]
|
||||
other = "Retour à l'accueil"
|
||||
|
||||
[404Title]
|
||||
other = "Page non trouvée"
|
||||
|
||||
[404Message]
|
||||
other = "La page que vous recherchez n'existe pas ou a été déplacée."
|
||||
|
||||
# Navigation
|
||||
[home]
|
||||
other = "Accueil"
|
||||
|
||||
[about]
|
||||
other = "À propos"
|
||||
|
||||
[contact]
|
||||
other = "Contact"
|
||||
|
||||
# Blog
|
||||
[latestPosts]
|
||||
other = "Derniers articles"
|
||||
|
||||
[recentArticles]
|
||||
other = "Articles récents"
|
||||
|
||||
[popularTags]
|
||||
other = "Étiquettes populaires"
|
||||
|
||||
[subscribeNewsletter]
|
||||
other = "S'abonner à la newsletter"
|
||||
|
||||
[subscribeDescription]
|
||||
other = "Recevez les derniers articles directement dans votre boîte mail"
|
||||
|
||||
[emailPlaceholder]
|
||||
other = "Entrez votre email"
|
||||
|
||||
[subscribe]
|
||||
other = "S'abonner"
|
||||
|
||||
[subscribeDisclaimer]
|
||||
other = "Nous respectons votre vie privée. Vous pouvez vous désabonner à tout moment."
|
||||
|
||||
# Footer
|
||||
[copyright]
|
||||
other = "© {{ .Year }} {{ .SiteName }}. Tous droits réservés."
|
||||
|
||||
[builtWith]
|
||||
other = "Construit avec"
|
||||
|
||||
[and]
|
||||
other = "et"
|
||||
|
||||
# Language switcher
|
||||
[language]
|
||||
other = "Langue"
|
||||
|
||||
[switchLanguage]
|
||||
other = "Changer de langue"
|
||||
|
||||
# Features
|
||||
[seeItInAction]
|
||||
other = "Voir en action"
|
||||
|
||||
# Pricing
|
||||
|
||||
|
||||
[popular]
|
||||
other = "Populaire"
|
||||
@@ -6,7 +118,6 @@ other = "Populaire"
|
||||
[mostPopular]
|
||||
other = "Le plus populaire"
|
||||
|
||||
|
||||
[perVATHour]
|
||||
other = "HT/heure"
|
||||
|
||||
@@ -17,4 +128,48 @@ other = "HT/jour"
|
||||
other = "HT/mois"
|
||||
|
||||
[perVATYear]
|
||||
other = "HT/an"
|
||||
other = "HT/an"
|
||||
|
||||
[perMonth]
|
||||
other = "/mois"
|
||||
|
||||
# Documentation
|
||||
[documentation]
|
||||
other = "Documentation"
|
||||
|
||||
# Pagination
|
||||
[previous]
|
||||
other = "Précédent"
|
||||
|
||||
[next]
|
||||
other = "Suivant"
|
||||
|
||||
# Homepage
|
||||
[trustedByCompanies]
|
||||
other = "Approuvé par les principales entreprises du monde entier"
|
||||
|
||||
[lovedByTeams]
|
||||
other = "Apprécié par les équipes du monde entier"
|
||||
|
||||
[testimonialsDescription]
|
||||
other = "Découvrez ce que nos clients pensent de leur expérience avec notre plateforme."
|
||||
|
||||
# Blog Post
|
||||
[tableOfContents]
|
||||
other = "Table des matières"
|
||||
|
||||
[minRead]
|
||||
other = "min de lecture"
|
||||
|
||||
[previousPost]
|
||||
other = "Article précédent"
|
||||
|
||||
[nextPost]
|
||||
other = "Article suivant"
|
||||
|
||||
[dateFormat]
|
||||
other = "2 janvier 2006"
|
||||
|
||||
# Features
|
||||
[features]
|
||||
other = "Fonctionnalités"
|
||||
@@ -1,10 +0,0 @@
|
||||
# Nederlandse vertalingen voor pricing shortcodes
|
||||
|
||||
[popular]
|
||||
other = "Populair"
|
||||
|
||||
[mostPopular]
|
||||
other = "Meest populair"
|
||||
|
||||
[perMonth]
|
||||
other = "/maand"
|
||||
|
||||
Reference in New Issue
Block a user