diff --git a/locales/en_US.json b/locales/en_US.json index 9a0c64a..6530345 100644 --- a/locales/en_US.json +++ b/locales/en_US.json @@ -6,6 +6,7 @@ "credits": "Credits", "progress": "Progress", "blog": "Blog", + "forum": "Forum", "account": "Account", "donate": "Donate", "accountWidget": { @@ -18,6 +19,7 @@ "about": "About the project", "faq": "Frequently asked questions", "blog": "Our latest updates, condensed", + "forum": "Chat with others and get support", "progress": "Check the project progress and goals" } } diff --git a/locales/fr_FR.json b/locales/fr_FR.json index 61e5739..0dc098c 100644 --- a/locales/fr_FR.json +++ b/locales/fr_FR.json @@ -6,6 +6,7 @@ "credits": "Crédits", "progress": "Progression", "blog": "Blog", + "forum": "Forum", "account": "Compte", "accountWidget": { "logout": "Déconnexion", @@ -16,6 +17,7 @@ "captions": { "about": "À propos du projet", "blog": "Nos dernières mises à jour, en condensé", + "forum": "Discutez avec des personnes et trouvez du soutien", "progress": "Vérifiez l'avancement et les objectifs du projet", "credits": "Rencontrez l'équipe", "faq": "Questions fréquemment posées" diff --git a/views/partials/header.handlebars b/views/partials/header.handlebars index 41ee76c..5ee6700 100644 --- a/views/partials/header.handlebars +++ b/views/partials/header.handlebars @@ -40,7 +40,7 @@ {{ locale.nav.progress }} - Forum + {{ locale.nav.forum }} @@ -169,8 +169,8 @@ - Forum - Chat with others and get support + {{ locale.nav.forum }} + {{ locale.nav.dropdown.captions.forum }}
Forum
Chat with others and get support
{{ locale.nav.forum }}
{{ locale.nav.dropdown.captions.forum }}