I18n: Move low-power PPTC strings into translation files & add german version.

This commit is contained in:
Evan Husted 2024-10-15 21:56:20 -05:00
parent 0faf3f5709
commit 280b94fc0c
20 changed files with 39 additions and 3 deletions

View file

@ -33,8 +33,8 @@
ToolTip.Tip="{locale:Locale PptcToggleTooltip}" />
</CheckBox>
<CheckBox IsChecked="{Binding EnableLowPowerPptc}">
<TextBlock Text="Low-power PPTC cache"
ToolTip.Tip="Load the PPTC cache using a third of the amount of cores." />
<TextBlock Text="{locale:Locale SettingsTabSystemEnableLowPowerPptc}"
ToolTip.Tip="{locale:Locale LowPowerPptcToggleTooltip}" />
</CheckBox>
</StackPanel>
<Separator Height="1" />