Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.18 KB

translations.md

File metadata and controls

21 lines (15 loc) · 1.18 KB

Translation Guidlines

To help translate, follow these instructions.

Add localization resources

  1. Ensure you have Visual Studio 2022 for windows and the Multilingual App Toolkit extension.
  2. Fork and clone this repository.
  3. Open in Visual Studio 2022.
  4. Select Multilingual App Toolkit > Add translation language.
  5. Select a language.
  6. Once you select a language, new .xlf files will be created in the MultilingualResources folder.
  7. Follow the Improve existring localization resources steps below.

Improve existring localization resources

  1. Inside the MultilingualResources folder, open the .xlf of the language you want to translate with Multilingual Editor.

  2. Translate the strings inside the Translation text field. Make sure to save to preserve your changes.

    image

  3. After you're done, commit your changes in your branch and make a PR to propose these changes.