feat(langs): Add internacionalization functionality
This commit is contained in:
parent
eef9ec9457
commit
45fcc13497
27 changed files with 1330 additions and 390 deletions
5
public/locales/en/translation.json
Normal file
5
public/locales/en/translation.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"titles": {
|
||||
"featuredWork": "Featured Work"
|
||||
}
|
||||
}
|
||||
5
public/locales/es/translation.json
Normal file
5
public/locales/es/translation.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"titles": {
|
||||
"featuredWork": "Trabajo Destacado"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue