-
Notifications
You must be signed in to change notification settings - Fork 7.8k
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
feat: add i18n and spanish and catalan translations #129
Conversation
Co-authored-by: apai4 <[email protected]>
94822a1
to
ee0be3b
Compare
f66de27
to
849880e
Compare
Hey there 👋, thanks for your PR! This repo is intended as a foundational example of building an AI agent using the WebContainer API. While we appreciate the suggestion to add i18n, we'd prefer to keep this feature out of the scope for now. You're welcome to create a separate repo (with a link back to this one) to include additional features like i18n. Thanks for understanding! |
Makes sense! Thanks for your reply! |
Hey! Thanks so much for this project, it's EXACTLY what I was looking for to run a "code with AI" workshop in my community. I wanted to add some translations since the people I want to show bolt to don't really understand English.
I am not super familiar with this tech stack, so I hope the structure of the code I added makes sense. Feel free to tweak it if it doesn't!
I added Spanish and Catalan. If you are interested, I can also contribute with French. The project is very lightweight in terms of text, so it should be pretty easy for other members of the community to add more languages.
Note: I also had to tweak the prompt for "enhance prompt" because on top of enhancing, it was translating it into English. I think it should be harmless, but worth double-checking.
Note2: For the title and subtitle in the landing, I changed the copy to be the same you have in bolt.new. I think it's much better and probably it was not ported to this repo.