Move customMenus and other site related config into data section

This commit is contained in:
Emruz Hossain 2020-09-03 19:49:01 +06:00
parent faa91755f9
commit 9f923f97d3
10 changed files with 56 additions and 47 deletions

View file

@ -1,7 +1,4 @@
# More documentation here: https://github.com/nicksnyder/go-i18n
[greeting]
other = "Hello, I am"
[home]
other = "Home"
@ -24,4 +21,7 @@ other = "Enter email"
other = "We'll never share your email with anyone else."
[submit]
other = "Submit"
other = "Submit"
[hugoAttributionText]
other = "Powered by"

View file

@ -1,7 +1,4 @@
# More documentation here: https://github.com/nicksnyder/go-i18n
[greeting]
other = "Bonjour, je suis"
[home]
other = "Accueil"
@ -24,4 +21,7 @@ other = "Entrez une adresse e-mail"
other = "Nous ne partagerons jamais votre courriel avec quelqu'un d'autre."
[submit]
other = "Envoyer"
other = "Envoyer"
[hugoAttributionText]
other = "Alimenté par"