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

Hindi Translations for the Country Input in the Demographic form #914

Open
11 tasks
eleanorreem opened this issue May 18, 2024 · 0 comments
Open
11 tasks
Labels
complexity: moderate Time needed to do this ticket will be moderate e.g. 1-2 days priority: soon Should be prioritized soon. reserved-volunteers This issue is reserved for members of Chayn's open-source volunteer program. state: approved Ready to go. Not blocked or pending.
Milestone

Comments

@eleanorreem
Copy link
Contributor

Overview

We managed to source JSON files full of translations for countries for German, Spanish, Portuguese and French. But we didn't manage to find a file that would give us all the translations for Hindi. Google translate didn't seem quite adequate when we checked. Please note, this ticket is preferably completed by a Hindi speaker but not a requirement.

Action Items

  • Take a look at constants/countries.ts
  • For each country in the array, see that the label is keyed by locale. However, there is no locale for hindi.
  • We need a locale for hindi and to translate each country into hindi.
  • You can decide whether to look for a premade hindi JSON file like those found here. Or whether to update the JSON file manually.
  • Once the hindi file has been updated, please test the sign up flow by following the next steps:
  • Ensure the front and backend code is running with the database seeded.
  • Go to localhost:3000/auth/register in Hindi
  • Create an account by clicking on the Hindi "Get started" button.
  • Fill out the sign up survey forms on /account/about-you
  • Ensure that the country options served up are in Hindi rather than english
  • Run all cypress tests to ensure that everything is working smoothly

Resources/Instructions

@eleanorreem eleanorreem added complexity: moderate Time needed to do this ticket will be moderate e.g. 1-2 days state: approved Ready to go. Not blocked or pending. priority: soon Should be prioritized soon. labels May 18, 2024
@kyleecodes kyleecodes added this to the 02. Roadmaps milestone May 19, 2024
@kyleecodes kyleecodes added the reserved-volunteers This issue is reserved for members of Chayn's open-source volunteer program. label May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
complexity: moderate Time needed to do this ticket will be moderate e.g. 1-2 days priority: soon Should be prioritized soon. reserved-volunteers This issue is reserved for members of Chayn's open-source volunteer program. state: approved Ready to go. Not blocked or pending.
Projects
Status: To-Do Bloom Frontend
Development

No branches or pull requests

2 participants