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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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