update locales, Navbar, Footer, DirectoryFilter
This commit is contained in:
parent
1cd944b966
commit
a1d66ce17d
5 changed files with 32 additions and 25 deletions
|
|
@ -2,7 +2,8 @@ export default {
|
|||
nav: {
|
||||
home: 'Home',
|
||||
directory: 'Directory',
|
||||
faq: 'FAQ'
|
||||
faq: 'FAQ',
|
||||
title: 'Atitlan Lightning Directory'
|
||||
},
|
||||
home: {
|
||||
title: 'Find Bitcoin Lightning Payments',
|
||||
|
|
@ -29,6 +30,7 @@ export default {
|
|||
},
|
||||
footer: {
|
||||
poweredBy: 'Powered by',
|
||||
donate: 'Donate'
|
||||
donate: 'Donate',
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
@ -2,7 +2,8 @@ export default {
|
|||
nav: {
|
||||
home: 'Inicio',
|
||||
directory: 'Directorio',
|
||||
faq: 'Preguntas'
|
||||
faq: 'Preguntas',
|
||||
title: 'Directorio Lightning de Atitlán'
|
||||
},
|
||||
home: {
|
||||
title: 'Encuentra Pagos Bitcoin Lightning',
|
||||
|
|
@ -28,7 +29,8 @@ export default {
|
|||
lightning: 'Dirección Lightning'
|
||||
},
|
||||
footer: {
|
||||
poweredBy: 'Desarrollado con',
|
||||
donate: 'Donar'
|
||||
poweredBy: 'Alimentado por',
|
||||
donate: 'Donar',
|
||||
},
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue