mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +02:00
[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:
@@ -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>
|
||||
|
||||
@@ -2355,6 +2355,10 @@ From there, simply click on one of the supported files in the File Explorer and
|
||||
<value>Learn more about Awake</value>
|
||||
<comment>Awake is a product name, do not loc</comment>
|
||||
</data>
|
||||
<data name="SecondaryLink_Awake.Text" xml:space="preserve">
|
||||
<value>Den Delimarsky's work on creating Awake</value>
|
||||
<comment>Awake is a product name, do not loc</comment>
|
||||
</data>
|
||||
<data name="LearnMore_ColorPicker.Text" xml:space="preserve">
|
||||
<value>Learn more about Color Picker</value>
|
||||
<comment>Color Picker is a product name, do not loc</comment>
|
||||
|
||||
Reference in New Issue
Block a user