zemachfm / zemachfm-frontend

This is the frontend web app for zemachfm. Built using next js.
https://zemachfm.com
Other
8 stars 1 forks source link

Add more locale translations #75

Open abdulhamidOumer opened 2 years ago

abdulhamidOumer commented 2 years ago

Description

Add more languages to the platform, preferably Ethiopian languages for example Afan Oromo, Tigrigna, Guragegna, and more

How to add a locale

  1. Open the /public/static directory
  2. Create a JSON file that corresponds to the language for example Tigrigna === tg.json, Afan Oromo or.json
  3. Open the am.json or en.json file and copy over the contents to your newly generated file.
  4. Go through the strings and translate them accordingly

Bonus: If you're familiar with Next.JS adding the locale to the language selector functionalities would be much appreciated

For more information on contributions check out our CONTRIBUTING.MD file.

When done with your feature please create a PR from your fork feature branch to our main branch.

henoktsegaye commented 2 years ago

maybe we should add CONTRIBUTING.md

zemachfm commented 2 years ago

@henoktsegaye I Agree

henoktsegaye commented 2 years ago

Added the file