To help translate, follow these instructions.
- Ensure you have Visual Studio 2022 for windows and the Multilingual App Toolkit extension.
- Fork and clone this repository.
- Open in Visual Studio 2022.
- Select Multilingual App Toolkit > Add translation language.
- Select a language.
- Once you select a language, new
.xlf
files will be created in theMultilingualResources
folder. - Follow the
Improve existring localization resources
steps below.
-
Inside the
MultilingualResources
folder, open the.xlf
of the language you want to translate with Multilingual Editor. -
Translate the strings inside the
Translation
text field. Make sure to save to preserve your changes. -
After you're done, commit your changes in your branch and make a PR to propose these changes.