Move customMenus and other site related config into data section
This commit is contained in:
parent
faa91755f9
commit
9f923f97d3
10 changed files with 56 additions and 47 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue