rdohms / meetup-api-client

Guzzle powered Meetup.com API Client
MIT License
76 stars 24 forks source link

Add multi language support #61

Closed zach2825 closed 11 months ago

zach2825 commented 11 months ago

To-Do List

  1. Language Translation

    • Consider using packages that can read English labels and translate them to other languages like Spanish, German, etc.
    • Alternatively, use GPT for quick translation. I've got a Laravel command ready for this.
  2. Label Updates

    • Update all labels and output strings to use Laravel's __ or trans function.
  3. Language Selector

    • Add a dropdown for language selection in the top navigation.
    • Automatically detect the browser's default language.

Reference

zach2825 commented 11 months ago

Sorry this is on the wrong repo.