move navbar translations to locale
This commit is contained in:
parent
9758dbd561
commit
b5adc27c9d
1 changed files with 21 additions and 3 deletions
|
|
@ -1,3 +1,24 @@
|
|||
# navbar
|
||||
[home]
|
||||
en = "home"
|
||||
es = "inicio"
|
||||
|
||||
[about]
|
||||
en = "about"
|
||||
es = "acerca de"
|
||||
|
||||
[blog]
|
||||
en = "blog"
|
||||
es = "blog"
|
||||
|
||||
[music]
|
||||
en = "music"
|
||||
es = "música"
|
||||
|
||||
[etc]
|
||||
en = "etc"
|
||||
es = "etc"
|
||||
|
||||
# 404
|
||||
[404]
|
||||
en = "404 not found"
|
||||
|
|
@ -12,9 +33,6 @@ en = "by yasuhira"
|
|||
es = "por yasuhira"
|
||||
|
||||
# homepage
|
||||
[home]
|
||||
en = "home"
|
||||
es = "inicio"
|
||||
|
||||
[please-visit]
|
||||
en = "please visit..."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue