PowerToys/src/modules/shortcut_guide
Arjun Balgovind 15938a12be
[Localization] Migrate resources to resx for Shortcut Guide (#6104)
* Added localization code to pipeline and created one LocProject json for Settings

* Fixed typo

* Reordered nuget source

* Moved nuget install to restore step

* Added FZ.rc file to LocProj

* Added FZ resx file and modified rc file

* Fixed file names

* Changed to check folder for LocProject files

* Updated folder

* Changed directory

* Changed to src directory

* Changed language set and name format, removed rc file localization

* Added all projects with resx/resw files

* Added newline to end of file

* Removed nuget source as it is not used

* Updated comments

* Updated keyboard manager to use resx file

* Tweaked resources.resx and added it to project files

* Added comments and added in string table to resx script

* Remove change from bad merge

* Fix syntax error in convert stringtable

* Changed file type to None

* Migrated color picker's resources

* Migrated resources for Microsoft.Launcher

* Migrated resources for fancy zones

* Revert fancyzones changes

* Migrated resources for ImageResizer and modified script to add language specific code

* Added try catch and checks for modification to avoid unnecessary file creation

* Changed tab insertion to 4 spaces to avoid mixed file types in rc file

* Migrated resources for power preview project

* Added LocProject.json file for 5 projects

* added resgen exception check

* Moved non-localizable strings out of resx for powerpreview

* Migrated shortcut guide resources to resx

* Added LocProject.json
2020-08-24 17:49:28 -07:00
..
dllmain.cpp Format shortcut_guide according to .clang-format 2019-12-06 14:16:24 +03:00
keyboard_state.cpp [Shortcut Guide] fix Virtual-Key codes range (#6025) 2020-08-20 12:24:06 +02:00
keyboard_state.h FancyZones and Shortcut Guide initial commit 2019-09-05 18:12:40 +02:00
LocProject.json [Localization] Migrate resources to resx for Shortcut Guide (#6104) 2020-08-24 17:49:28 -07:00
overlay_window.cpp [Localization] Migrate resources to resx for Shortcut Guide (#6104) 2020-08-24 17:49:28 -07:00
overlay_window.h Shortcut guide: add support for hotkeys + comments (#4517) 2020-07-01 12:37:50 +03:00
packages.config updated to Microsoft.Windows.CppWinRT.2.0.200729.8 (#5306) 2020-07-30 11:37:15 -07:00
pch.cpp FancyZones and Shortcut Guide initial commit 2019-09-05 18:12:40 +02:00
pch.h Move from sdk-provided cppwinrt-1.x to cppwinrt-2.x nuget package (#2246) 2020-04-29 22:02:18 +02:00
README.md Safeguarding end user links in settings (#4226) 2020-06-11 10:16:39 -07:00
resource.base.h [Localization] Migrate resources to resx for Shortcut Guide (#6104) 2020-08-24 17:49:28 -07:00
Resources.resx [Localization] Migrate resources to resx for Shortcut Guide (#6104) 2020-08-24 17:49:28 -07:00
shortcut_guide.base.rc [Localization] Migrate resources to resx for Shortcut Guide (#6104) 2020-08-24 17:49:28 -07:00
shortcut_guide.cpp [Localization] Migrate resources to resx for Shortcut Guide (#6104) 2020-08-24 17:49:28 -07:00
shortcut_guide.h [Localization] Migrate resources to resx for Shortcut Guide (#6104) 2020-08-24 17:49:28 -07:00
shortcut_guide.vcxproj [Localization] Migrate resources to resx for Shortcut Guide (#6104) 2020-08-24 17:49:28 -07:00
shortcut_guide.vcxproj.filters [Localization] Migrate resources to resx for Shortcut Guide (#6104) 2020-08-24 17:49:28 -07:00
target_state.cpp Shortcut guide: add support for hotkeys + comments (#4517) 2020-07-01 12:37:50 +03:00
target_state.h Shortcut guide: add support for hotkeys + comments (#4517) 2020-07-01 12:37:50 +03:00
trace.cpp Format shortcut_guide according to .clang-format 2019-12-06 14:16:24 +03:00
trace.h Format shortcut_guide according to .clang-format 2019-12-06 14:16:24 +03:00