Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improves Spanish translated and little more #102

Merged
merged 5 commits into from
Jun 6, 2021
Merged

Conversation

markozxuu
Copy link
Contributor

@markozxuu markozxuu commented Jun 5, 2021

This PR focuses on improves Spanish translated, and opt use of the impersonal language. Thank You, @ernestd for the observation on typos mentioned #96.

Bonus 😃

I took care of the little problem of the duplicated title on the home page. Basically, opt to leave the value of titleSuffix with an empty string, my intention was to omit the property but the default value nextra is used title home page.

export default {
  titleSuffix: ' '
  ...
}

Closes #82

@vercel
Copy link

vercel bot commented Jun 5, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/vercel/swr-site/8SQW9rMbAmqgq6iKGneqkdpV5KjV
✅ Preview: https://swr-site-git-fork-markozxuu-dev.vercel.sh

@@ -19,7 +19,7 @@ const TITLE_WITH_TRANSLATIONS = {
export default {
repository: 'https://github.com/vercel/swr',
docsRepository: 'https://github.com/vercel/swr-site',
titleSuffix: 'SWR',
titleSuffix: '', // It was left empty with the intention of avoiding duplicated title on homepage ---> SWR - SWR
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is intentional, so on subpages it will be something like "Get Started — SWR" 🤔

@shuding shuding merged commit dad5239 into vercel:master Jun 6, 2021
@markozxuu markozxuu deleted the dev branch June 6, 2021 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Duplicated Title on Home Page
3 participants