Rename roadmap translation file to about
This commit is contained in:
parent
2ebddcd6cf
commit
7d0adeceec
4 changed files with 53 additions and 53 deletions
|
|
@ -165,7 +165,7 @@ export const getServerSideProps = async ({ req, res, locale, query }: { req: Nex
|
||||||
// Fetch and organize raids
|
// Fetch and organize raids
|
||||||
return {
|
return {
|
||||||
props: {
|
props: {
|
||||||
...(await serverSideTranslations(locale, ['common', 'roadmap'])),
|
...(await serverSideTranslations(locale, ['common', 'about'])),
|
||||||
// Will be passed to the page component as props
|
// Will be passed to the page component as props
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
52
public/locales/en/about.json
Normal file
52
public/locales/en/about.json
Normal file
|
|
@ -0,0 +1,52 @@
|
||||||
|
{
|
||||||
|
"modals": {
|
||||||
|
"roadmap": {
|
||||||
|
"title": "Roadmap"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"toasts": {
|
||||||
|
"title": "New update",
|
||||||
|
"description": {
|
||||||
|
"content": "New items have been added from the latest Granblue Fantasy update.",
|
||||||
|
"feature": "Now you can remix other people's teams, add Character rings and earrings, set Shields and Manatura on teams, and more!"
|
||||||
|
},
|
||||||
|
"button": "Learn more"
|
||||||
|
},
|
||||||
|
"title": "Roadmap",
|
||||||
|
"subtitle": "Next update",
|
||||||
|
"blurb": "The next major update is planned to come out in late-March to early-April, before the next Unite and Fight. I want to try to do some other things for a bit since I haven't been in a great place mentally, so development might be slower.",
|
||||||
|
"link": {
|
||||||
|
"intro": "You can see the full roadmap on Github below:",
|
||||||
|
"title": "granblue.team Roadmap"
|
||||||
|
},
|
||||||
|
"roadmap": {
|
||||||
|
"item1": {
|
||||||
|
"title": "Account promotion",
|
||||||
|
"description": "Users that have created teams without an account will be able to create an account and retain access to all of their teams"
|
||||||
|
},
|
||||||
|
"item2": {
|
||||||
|
"title": "Better filters",
|
||||||
|
"description": "You'll be able to filter by team parameters like Full Auto or how many button clicks, and also filter out teams with no name, teams from anonymous users, and so on"
|
||||||
|
},
|
||||||
|
"item3": {
|
||||||
|
"title": "Private and Unlisted teams",
|
||||||
|
"description": "If you just want to make a team for your own memo or to share with your crew and no one else, this update is for you"
|
||||||
|
},
|
||||||
|
"item4": {
|
||||||
|
"title": "Markdown in team descriptions",
|
||||||
|
"description": "If you're writing a lot of text in the description box, this update will give you tools to format it better"
|
||||||
|
},
|
||||||
|
"item5": {
|
||||||
|
"title": "Mention items",
|
||||||
|
"description": "This update will allow you to mention individual items, like @Ixaba or @Charlotta (Grand), to give more context or suggest substitutions in your team descriptions."
|
||||||
|
},
|
||||||
|
"item6": {
|
||||||
|
"title": "Embed tweets in team descriptions",
|
||||||
|
"description": "Similar to embedding Youtube videos, this update will allow you to paste the link to a tweet and have it automatically embed in the description"
|
||||||
|
},
|
||||||
|
"item7": {
|
||||||
|
"title": "",
|
||||||
|
"description": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -1,52 +0,0 @@
|
||||||
{
|
|
||||||
"modals": {
|
|
||||||
"roadmap": {
|
|
||||||
"title": "Roadmap"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"toasts": {
|
|
||||||
"title": "New update",
|
|
||||||
"description": {
|
|
||||||
"content": "New items have been added from the latest Granblue Fantasy update.",
|
|
||||||
"feature": "Now you can remix other people's teams, add Character rings and earrings, set Shields and Manatura on parties, and more!"
|
|
||||||
},
|
|
||||||
"button": "Learn more"
|
|
||||||
},
|
|
||||||
"title": "Roadmap",
|
|
||||||
"subtitle": "Next update",
|
|
||||||
"blurb": "I'm aiming for this update to release between late-January and early-February. I'm losing a week to top 2k in Guild Wars and after that I'm back at my full-time job, so progress will be a bit slower.",
|
|
||||||
"link": {
|
|
||||||
"intro": "You can see the full roadmap on Github below:",
|
|
||||||
"title": "granblue.team Roadmap"
|
|
||||||
},
|
|
||||||
"roadmap": {
|
|
||||||
"item1": {
|
|
||||||
"title": "Remix teams",
|
|
||||||
"description": "See a team you want to riff off of? This update will let you remix other teams, which will add a copy to your account to make something new."
|
|
||||||
},
|
|
||||||
"item2": {
|
|
||||||
"title": "Character mods",
|
|
||||||
"description": "This update will allow you to add rings, earrings, perpetuity rings and awakenings to your characters."
|
|
||||||
},
|
|
||||||
"item3": {
|
|
||||||
"title": "Remove from grid",
|
|
||||||
"description": "This update will allow you to remove characters, summons, or weapons from your grid."
|
|
||||||
},
|
|
||||||
"item4": {
|
|
||||||
"title": "Transcendence",
|
|
||||||
"description": "This update will allow you to set which transcendence stage characters or summons in your team are at."
|
|
||||||
},
|
|
||||||
"item5": {
|
|
||||||
"title": "URL state for team tabs",
|
|
||||||
"description": "This update will allow you to append /characters, /weapons, /summons to link to individual tabs, and also /all to see everything at once."
|
|
||||||
},
|
|
||||||
"item6": {
|
|
||||||
"title": "Add R characters",
|
|
||||||
"description": "I will spend several hours manually inputting R characters, just for you."
|
|
||||||
},
|
|
||||||
"item7": {
|
|
||||||
"title": "Private and unlisted teams",
|
|
||||||
"description": "If you just want to save something for yourself, this update will let you change the visibility of teams so only you or people you share the link with can see them."
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in a new issue