Add XCITrimmerTrim and XCITrimmerUntrim Locales (#273)

This commit is contained in:
GabCoolGuy
2024-11-18 22:05:00 +01:00
committed by GitHub
parent 25d69079cb
commit f4b757c584
18 changed files with 36 additions and 2 deletions

View File

@@ -296,7 +296,7 @@
Margin="5"
Click="Trim"
IsEnabled="{Binding CanTrim}">
<TextBlock Text="Trim" />
<TextBlock Text="{ext:Locale XCITrimmerTrim}" />
</Button>
<Button
Name="UntrimButton"
@@ -304,7 +304,7 @@
Margin="5"
Click="Untrim"
IsEnabled="{Binding CanUntrim}">
<TextBlock Text="Untrim" />
<TextBlock Text="{ext:Locale XCITrimmerUntrim}" />
</Button>
</StackPanel>
<StackPanel