Add dev docs for Localization (#7481)

* Added localization doc

* Update

* Added details for C++ projects

* Added table of contents

* Added more info about C++ and C# loc

* Update localization.md

* Update localization.md

* Update localization.md
This commit is contained in:
Arjun Balgovind
2020-10-26 08:56:34 -07:00
committed by GitHub
parent e6a5b589ff
commit e5f2810212
2 changed files with 174 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ restore:
build:
commands:
# Localize the files after the build procedure to avoid existing localized files from getting overwritten. To be moved before the Build PowerToys step once the lcl files have been checked in. Tracked at https://github.com/microsoft/PowerToys/issues/6046
# Localize the files before the Build PowerToys step to generate translated resx files from the lcl files
- !!buildcommand
name: 'Localize Power Toys'
command: '.pipelines\build-localization.cmd'