@@ -1,27 +1,16 @@
 # Localization
 ScreenToGif's base language is [English](https://github.com/NickeManarin/ScreenToGif/blob/master/ScreenToGif/Resources/Localization/StringResources.en.xaml).<br/>
 
-To contribute to the translation of ScreenToGif, you can fork this repository or copy the texts resources and send it to nicke@outlook.com.br.<br/>
-[![GitHub forks](https://img.shields.io/github/forks/badges/shields.svg?style=social&label=Fork)](https://github.com/NickeManarin/ScreenToGif)
+The typical workflow for translation work comprises three key stages: translating, testing, and submission. To contribute to the translation of ScreenToGif, it is advisable to first review the guidelines provided in the wiki:
 
-This allows you to edit and push changes of files to your fork so that you can then open a pull request.<br/>
-
-For more information, visit GitHub's official [forking guide](https://guides.github.com/activities/forking/).
-
-## Maintaining languages
-As this project always are moving forward, new strings get added from time to time which means they need to be added to the language files and be translated. 
-
-Use the [Translator](https://github.com/NickeManarin/ScreenToGif/tree/master/Other/Translator) application to help you.
-
-You can get more information on the wiki:
 - [Translating the App](https://github.com/NickeManarin/ScreenToGif/wiki/Localization)
 - [Translating the Installer](https://github.com/NickeManarin/ScreenToGif/wiki/Localization-%28Installer%29)
 - [Translating the Website](https://github.com/NickeManarin/ScreenToGif/wiki/Localization-%28Website%29)
 
-## Creating a new language
-If you want to begin translating ScreenToGif for a new language, create a new file in the ``./Resources/Localization`` directory with the correct two letter [language](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes#Partial_ISO_639_table) and [country codes](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Decoding_table) (e.g. `es-AR`), then paste the contents of the ScreenToGif's base language file into it and start translating the strings.
+As this project always are moving forward, new strings get added from time to time which means they need to be added to the language files and be translated.  Anyone can still contribute to the languages. 
 
-### Language Status
+---
+## Language Status
 
 | Language | Maintainer | Status |
 | -------- | ---------- | ----------- | 
@@ -46,5 +35,3 @@ If you want to begin translating ScreenToGif for a new language, create a new fi
 | [![](https://img.shields.io/badge/uk-maintained-orange.svg)](https://github.com/NickeManarin/ScreenToGif/blob/master/ScreenToGif/Resources/Localization/StringResources.uk.xaml) | [NickeManarin](https://github.com/NickeManarin)          | Need help | 
 | [![](https://img.shields.io/badge/zh--Hant-maintained-yellow.svg)](https://github.com/NickeManarin/ScreenToGif/blob/master/ScreenToGif/Resources/Localization/StringResources.zh--Hant.xaml) | [spietras](https://github.com/spietras)          | Updated | 
 | [![](https://img.shields.io/badge/zh-maintained-yellow.svg)](https://github.com/NickeManarin/ScreenToGif/blob/master/ScreenToGif/Resources/Localization/StringResources.zh.xaml) | [spietras](https://github.com/spietras)          | Updated | 
-
-Anyone can still contribute to the languages. 