[Awake]Add localization (#29751)

* [Awake] First steps for localization.

* Localizing all strings.

* Fix Spell Checker

* Spell checker

* Minor fixes, adding comments to resource strings.

* Cleaning up project file.

* adding resource comments
This commit is contained in:
Laszlo Nemeth
2023-11-20 19:40:54 +01:00
committed by GitHub
parent 42564e6c10
commit 106f90dc01
7 changed files with 364 additions and 12 deletions

View File

@@ -105,7 +105,7 @@
<custom:PageLink x:Uid="LearnMore_Awake" Link="https://aka.ms/PowerToysOverview_Awake" />
</custom:SettingsPageControl.PrimaryLinks>
<custom:SettingsPageControl.SecondaryLinks>
<custom:PageLink Link="https://awake.den.dev" Text="Den Delimarsky's work on creating Awake" />
<custom:PageLink x:Uid="SecondaryLink_Awake" Link="https://awake.den.dev" />
</custom:SettingsPageControl.SecondaryLinks>
</custom:SettingsPageControl>
</Page>