This repository was archived by the owner on Nov 30, 2022. It is now read-only.

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
#### The first step is to create a fork of the Files repository where you can make changes.
44
### Software requirements
5-
- Visual Studio 2017 or newer
6-
- [Multilingual App Toolkit Extension](https://marketplace.visualstudio.com/items?itemName=MultilingualAppToolkit.MultilingualAppToolkit-18308)
7-
- [Multilingual App Toolkit Editor](https://developer.microsoft.com/en-us/windows/develop/multilingual-app-toolkit) (optional)
5+
- Visual Studio 2017 or newer (optional)
6+
- [Multilingual App Toolkit Extension](https://marketplace.visualstudio.com/items?itemName=MultilingualAppToolkit.MultilingualAppToolkit-18308) (optional)
7+
- [Multilingual App Toolkit Editor](https://developer.microsoft.com/en-us/windows/develop/multilingual-app-toolkit)
88

99
### Adding a new localization
1010
#### These next steps require Visual Studio with the Multilingual App Toolkit Extension installed
@@ -36,6 +36,6 @@
3636
- "Source" shows the original text of the string.
3737

3838
### Saving your changes
39-
- Save your changes in Visual Studio and push them to your fork on .
39+
- Save your changes in Visual Studio or in the Multilingual App Toolkit Editor and push them to your fork on .
4040
- Create a pull request and someone will review it.
41-
- Before submitting the pull request, check that `Files.[language_code].xlf` was the only modified file. If you added a new localization, then make sure the `cproj` file was modified as well with the path to the new resource file.
41+
- Before submitting the pull request, check that `Files.[language_code].xlf` was the only modified file. The `resw` file will be generated by one of the developers in the Files organization. If you added a new localization, then make sure the `cproj` file was modified as well with the path to the new resource file.

0 commit comments

Comments
 (0)