1. Fork from `main`-branch 2. Create a new file in `src/translations` named after your language (its best to copy&pase the `en.rs`) 3. Take a look at how [en.rs](https://github.com/tolik518/bitmap_type_tracer/blob/main/bitmap_type_tracer_lib/src/translations/en.rs), [tr.rs](https://github.com/tolik518/bitmap_type_tracer/blob/main/bitmap_type_tracer_lib/src/translations/tr.rs) and [it.rs](https://github.com/tolik518/bitmap_type_tracer/blob/main/bitmap_type_tracer_lib/src/translations/it.rs) were implemented 4. Add a new line to the [mod.rs](https://github.com/tolik518/bitmap_type_tracer/blob/main/bitmap_type_tracer_lib/src/translations/mod.rs) file to import your translation 5. Add your translation to [get_translation_for_locale](https://github.com/tolik518/bitmap_type_tracer/blob/main/bitmap_type_tracer_lib/src/translations/mod.rs#L10-L15) in mod.rs 6. (Optional) Translate the Readme.md and add a Reame_{lang}.md - [ ] Chinese (Mandarin) - [ ] Spanish - [x] English - [ ] Arabic (Modern Standard Arabic) - [ ] Hindi - [ ] Protugese - [ ] Bengali - [ ] Russian - [ ] Japanese - [ ] Yue Chinese (Cantonese) - [ ] Wu Chinese (Shanghainese) - [x] Turkish - [x] Italian - [x] French - [ ] German - [ ] Kazakh - [ ] Other...