Merge branch 'main' of https://github.com/TOPVERSE/site
This commit is contained in:
commit
2a8e96cf78
|
@ -40,7 +40,7 @@
|
||||||
"sectionTwo": {
|
"sectionTwo": {
|
||||||
"title": "some of our clients"
|
"title": "some of our clients"
|
||||||
},
|
},
|
||||||
"sectionThird": {
|
"sectionThree": {
|
||||||
"title": "OUR PREVIOUS WORK",
|
"title": "OUR PREVIOUS WORK",
|
||||||
"topic": "Success Stories",
|
"topic": "Success Stories",
|
||||||
"description": "See how these great companies have partnered with LandVault to take their iconic brands into the metaverse",
|
"description": "See how these great companies have partnered with LandVault to take their iconic brands into the metaverse",
|
|
@ -1,3 +1,7 @@
|
||||||
{
|
{
|
||||||
|
"home": {
|
||||||
|
"sectionOne": {
|
||||||
|
"topic": "帮助元宇宙登陆者找到奇点坐标"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -58,7 +58,7 @@ export default defineNuxtConfig({
|
||||||
locales: [
|
locales: [
|
||||||
{
|
{
|
||||||
code: 'en',
|
code: 'en',
|
||||||
file: 'en-US.json',
|
file: 'en-UK.json',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
code: 'zh',
|
code: 'zh',
|
||||||
|
|
Loading…
Reference in New Issue