-
Notifications
You must be signed in to change notification settings - Fork 468
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
chore: add Telugu and Hindi translation of "Base is for everyone" on homepage #1286
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Someone is attempting to deploy a commit to the Coinbase Team on Vercel. A member of the Team first needs to authorize it. |
🟡 Heimdall Review Status
|
Hello, thanks for contributing to Base! Could you please resolve the merge conflict? |
Hey @wbnns resolved the conflict, thanks |
@@ -8,8 +8,7 @@ import { CSSProperties, useRef } from 'react'; | |||
export default function SlidingTextSection() { | |||
const containerRef = useRef<HTMLDivElement>(null); | |||
|
|||
const text = ' Base is for everyone - بایس للجمیع - Base es para todos - 基地适合所有人 - La Base è per tutti - Base est pour tout le monde - Base ni ya kila mtu - Base yɛ ma obiara - Base nye amesiame tɔ - Base ji he ni mɔ fɛɛ mɔ yɔɔ - '; | |||
|
|||
const text = ' Base is for everyone - بایس للجمیع - Base es para todos - 基地适合所有人 - La Base è per tutti - Base est pour tout le monde - Base ni ya kila mtu - Base yɛ ma obiara - Base nye amesiame tɔ - Base ji he ni mɔ fɛɛ mɔ yɔɔ - బేస్ అందరి కోసం - बेस सबके लिए है -'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There should be a space at the end of the line after -
and before '
@Deveshb15 Thank you for the updates; requested and additional change in-line 🙏 |
Hey @wbnns made all the changes |
What changed? Why?
Adding Telugu and Hindi to our "Base is for everyone" slider.
To replicate this PR:
Clone the repo and follow steps in Getting Started
Open apps/web/src/components/base-org/root/SlidingTextSection/index.tsx
Modify text by adding your language to the end of the line, followed by " - "
Notes to reviewers
How has it been tested?
Run yarn workspace @app/web dev
Navigate to http://localhost:3000 in your browser
Make sure the slider is working as expected