Skip to content

Conversation

@shrutidev18
Copy link

@shrutidev18 shrutidev18 commented Jul 22, 2025

Added multilingual support to the Rock Paper Scissors game, improving accessibility and inclusiveness for non-English-speaking users.

Key Features:

  • Introduced a language selection prompt at the start of the game.
  • Externalized all user-facing text into a translation dictionary.
  • Implemented a t(key) function to dynamically retrieve messages in the selected language.
  • Added support for the following languages:
    • English (default)
    • Hindi
    • Spanish
    • French
    • Tamil
    • Bengali

fixes #12

Added a README.md file
This commit adds multilingual support to the Rock Paper Scissors game, improving accessibility and inclusiveness for non-English-speaking users.

Key Features:
- Introduced a language selection prompt at the start of the game.
- Externalized all user-facing text into a translation dictionary.
- Added support for the following languages:
  - English (default)
  - Hindi
  - Spanish
  - French
  - Tamil
  - Bengali

Fixes- aviralshukla12#12
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.

Add Multilingual Support to Improve Accessibility

1 participant